Searched refs:mem2mem (Results 1 – 25 of 31) sorted by relevance
12
/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-mem2mem.rst | 6 .. kernel-doc:: include/media/v4l2-mem2mem.h
|
H A D | v4l2-core.rst | 22 v4l2-mem2mem
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | Kconfig | 10 This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | devices.rst | 17 dev-mem2mem
|
H A D | vidioc-encoder-cmd.rst | 58 started yet. Applies to both queues of mem2mem encoders. 63 mem2mem encoders. 66 introduced in Linux 2.6.21. They are, however, mandatory for stateful mem2mem
|
H A D | vidioc-decoder-cmd.rst | 51 started yet. Applies to both queues of mem2mem decoders. 56 queues of mem2mem decoders. 59 introduced in Linux 3.3. They are, however, mandatory for stateful mem2mem decoders
|
H A D | vidioc-qbuf.rst | 119 For :ref:`memory-to-memory devices <mem2mem>` you can specify the 184 ``VIDIOC_DQBUF`` returns this on an empty capture queue for mem2mem
|
H A D | pixfmt-v4l2.rst | 37 inside the stream, when fed to a stateful mem2mem decoder, the fields 41 For compressed formats on the CAPTURE side of a stateful mem2mem
|
H A D | pixfmt-compressed.rst | 211 HEVC pipeline (using the :ref:`mem2mem` and :ref:`media-request-api`).
|
H A D | buffer.rst | 596 - Last buffer produced by the hardware. mem2mem codec drivers set 640 OUTPUT buffer. This flag applies only to mem2mem devices.
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | Makefile | 33 obj-$(CONFIG_V4L2_MEM2MEM_DEV) += v4l2-mem2mem.o
|
H A D | Kconfig | 51 # Used by drivers that need v4l2-mem2mem.ko
|
/openbmc/linux/drivers/media/platform/nxp/ |
H A D | Kconfig | 44 # mem2mem drivers
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-bad_1.24.10.bb | 86 # this enables support for stateless V4L2 mem2mem codecs, which is a newer form of 87 # V4L2 codec; the V4L2 code in -base supports the older stateful V4L2 mem2mem codecs
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | platform-cardlist.rst | 59 sh_veu SuperH VEU mem2mem video processing
|
H A D | imx.rst | 99 VDIC from memory buffers via a output/mem2mem devices. 286 or mem2mem device node. With this pipeline, the VDIC can also operate 288 frames from memory buffers. Note that an output or mem2mem device
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-api.rst | 71 For :ref:`memory-to-memory devices <mem2mem>` you can use requests only for 132 For use-cases such as :ref:`codecs <mem2mem>`, the request API can be used
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32h743.dtsi | 268 st,mem2mem; 286 st,mem2mem;
|
H A D | stm32f746.dtsi | 619 st,mem2mem;
|
H A D | stm32mp131.dtsi | 715 st,mem2mem; 733 st,mem2mem;
|
H A D | stm32f429.dtsi | 726 st,mem2mem;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stm32mp157c.dtsi | 600 st,mem2mem; 617 st,mem2mem;
|
H A D | stm32f429.dtsi | 643 st,mem2mem;
|
/openbmc/linux/drivers/dma/ |
H A D | stm32-dma.c | 232 bool mem2mem; member 1605 dmadev->mem2mem = of_property_read_bool(pdev->dev.of_node, in stm32_dma_probe() 1650 if (dmadev->mem2mem) { in stm32_dma_probe()
|
/openbmc/linux/Documentation/driver-api/dmaengine/ |
H A D | provider.rst | 79 These were just the general memory-to-memory (also called mem2mem) or 125 (i.e. excluding mem2mem transfers) 230 - While in the mem2mem case we were having two distinct types to
|
12