Home
last modified time | relevance | path

Searched refs:V4L2_MEMORY_MMAP (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab.c.rst93 req.memory = V4L2_MEMORY_MMAP;
101 buf.memory = V4L2_MEMORY_MMAP;
120 buf.memory = V4L2_MEMORY_MMAP;
145 buf.memory = V4L2_MEMORY_MMAP;
H A Dvidioc-create-bufs.rst96 - Applications set this field to ``V4L2_MEMORY_MMAP``,
106 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support
113 ``V4L2_MEMORY_MMAP`` and ``format.type`` to the buffer type.
H A Dvidioc-reqbufs.rst93 - Applications set this field to ``V4L2_MEMORY_MMAP``,
100 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support
106 ``V4L2_MEMORY_MMAP`` and ``type`` set to the buffer type. This will
135 - This buffer type supports the ``V4L2_MEMORY_MMAP`` streaming mode.
H A Dmmap.rst16 with the memory type set to ``V4L2_MEMORY_MMAP``.
70 reqbuf.memory = V4L2_MEMORY_MMAP;
98 buffer.memory = V4L2_MEMORY_MMAP;
143 reqbuf.memory = V4L2_MEMORY_MMAP;
172 buffer.memory = V4L2_MEMORY_MMAP;
H A Dcapture.c.rst113 buf.memory = V4L2_MEMORY_MMAP;
249 buf.memory = V4L2_MEMORY_MMAP;
331 req.memory = V4L2_MEMORY_MMAP;
362 buf.memory = V4L2_MEMORY_MMAP;
H A Dvidioc-expbuf.rst35 method, therefore it is available only for ``V4L2_MEMORY_MMAP`` buffers.
H A Dbuffer.rst254 ``V4L2_MEMORY_MMAP`` this is the offset of the buffer from the
345 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_MMAP``, this
684 * - ``V4L2_MEMORY_MMAP``
H A Dvidioc-qbuf.rst64 ``memory`` field to ``V4L2_MEMORY_MMAP``. When ``VIDIOC_QBUF`` is called
H A Ddev-decoder.rst770 Similarly, when using a memory type other than ``V4L2_MEMORY_MMAP``, the
/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c345 case V4L2_MEMORY_MMAP: in get_v4l2_plane32()
382 case V4L2_MEMORY_MMAP: in put_v4l2_plane32()
426 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32()
470 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32_time32()
513 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32()
557 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32_time32()
H A Dv4l2-mem2mem.c596 if (buf->memory == V4L2_MEMORY_MMAP && V4L2_TYPE_IS_CAPTURE(vq->type)) { in v4l2_m2m_adjust_mem_offset()
H A Dv4l2-ioctl.c195 [V4L2_MEMORY_MMAP] = "mmap",
/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c42 if (vout->vq.memory == V4L2_MEMORY_MMAP && i >= startindex) in omap_vout_allocate_vrfb_buffers()
/linux/include/uapi/linux/
H A Dvideodev2.h188 V4L2_MEMORY_MMAP = 1, enumerator
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`