Home
last modified time | relevance | path

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

/openbmc/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-reqbufs.rst91 - Applications set this field to ``V4L2_MEMORY_MMAP``,
98 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support
104 ``V4L2_MEMORY_MMAP`` and ``type`` set to the buffer type. This will
139 - This buffer type supports the ``V4L2_MEMORY_MMAP`` streaming mode.
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 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 Dvidioc-qbuf.rst64 ``memory`` field to ``V4L2_MEMORY_MMAP``. When ``VIDIOC_QBUF`` is called
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 Ddev-decoder.rst770 Similarly, when using a memory type other than ``V4L2_MEMORY_MMAP``, the
/openbmc/obmc-ikvm/
H A Dikvm_video.cpp75 buf.memory = V4L2_MEMORY_MMAP; in getFrame()
120 buf.memory = V4L2_MEMORY_MMAP; in getFrame()
253 req.memory = V4L2_MEMORY_MMAP; in resize()
294 req.memory = V4L2_MEMORY_MMAP; in resize()
315 buf.memory = V4L2_MEMORY_MMAP; in resize()
/openbmc/linux/drivers/media/v4l2-core/
H A Dvideobuf-core.c329 case V4L2_MEMORY_MMAP: in videobuf_status()
408 case V4L2_MEMORY_MMAP: in __videobuf_mmap_setup()
446 if (req->memory != V4L2_MEMORY_MMAP && in videobuf_reqbufs()
537 if (b->memory == V4L2_MEMORY_MMAP) in videobuf_qbuf()
571 case V4L2_MEMORY_MMAP: in videobuf_qbuf()
624 if (b->memory == V4L2_MEMORY_MMAP) in videobuf_qbuf()
1188 if (buf && buf->memory == V4L2_MEMORY_MMAP && in videobuf_mmap_mapper()
H A Dv4l2-compat-ioctl32.c337 case V4L2_MEMORY_MMAP: in get_v4l2_plane32()
374 case V4L2_MEMORY_MMAP: in put_v4l2_plane32()
418 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32()
462 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32_time32()
505 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32()
549 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32_time32()
H A Dvideobuf-vmalloc.c166 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
H A Dvideobuf-dma-contig.c243 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
H A Dvideobuf-dma-sg.c513 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
H A Dv4l2-mem2mem.c593 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",
/openbmc/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()
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c584 if (reqbufs->memory != V4L2_MEMORY_MMAP) { in vidioc_reqbufs()
607 if (buf->memory != V4L2_MEMORY_MMAP) { in vidioc_querybuf()
H A Ds5p_mfc_enc.c1493 if ((reqbufs->memory != V4L2_MEMORY_MMAP) && in vidioc_reqbufs()
1572 if ((buf->memory != V4L2_MEMORY_MMAP) && in vidioc_querybuf()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c698 if (!q->allow_cache_hints || memory != V4L2_MEMORY_MMAP) { in validate_memory_flags()
897 if (WARN_ON(VB2_MEMORY_MMAP != (int)V4L2_MEMORY_MMAP) in vb2_queue_init_name()
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h188 V4L2_MEMORY_MMAP = 1, enumerator
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch50751 - avbuf->buf.memory = V4L2_MEMORY_MMAP;
51424 + .memory = V4L2_MEMORY_MMAP,
51641 - buf.memory = V4L2_MEMORY_MMAP;
51796 - .memory = V4L2_MEMORY_MMAP,
51822 + .memory = V4L2_MEMORY_MMAP,
52167 - req.memory = V4L2_MEMORY_MMAP;
52322 + * Buffer memory type V4L2_MEMORY_MMAP or V4L2_MEMORY_DMABUF
52398 + s->capture.buf_mem = V4L2_MEMORY_MMAP;
54234 + .memory = V4L2_MEMORY_MMAP
61883 + V4L2_MEMORY_DMABUF : V4L2_MEMORY_MMAP;
[all …]