/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2grab.c.rst | 93 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 D | vidioc-reqbufs.rst | 91 - 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 D | vidioc-create-bufs.rst | 96 - 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 D | mmap.rst | 16 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 D | capture.c.rst | 113 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 D | vidioc-expbuf.rst | 35 method, therefore it is available only for ``V4L2_MEMORY_MMAP`` buffers.
|
H A D | vidioc-qbuf.rst | 64 ``memory`` field to ``V4L2_MEMORY_MMAP``. When ``VIDIOC_QBUF`` is called
|
H A D | buffer.rst | 254 ``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 D | dev-decoder.rst | 770 Similarly, when using a memory type other than ``V4L2_MEMORY_MMAP``, the
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_video.cpp | 75 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 D | videobuf-core.c | 329 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 D | v4l2-compat-ioctl32.c | 337 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 D | videobuf-vmalloc.c | 166 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
|
H A D | videobuf-dma-contig.c | 243 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
|
H A D | videobuf-dma-sg.c | 513 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
|
H A D | v4l2-mem2mem.c | 593 if (buf->memory == V4L2_MEMORY_MMAP && V4L2_TYPE_IS_CAPTURE(vq->type)) { in v4l2_m2m_adjust_mem_offset()
|
H A D | v4l2-ioctl.c | 195 [V4L2_MEMORY_MMAP] = "mmap",
|
/openbmc/linux/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 42 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 D | s5p_mfc_dec.c | 584 if (reqbufs->memory != V4L2_MEMORY_MMAP) { in vidioc_reqbufs() 607 if (buf->memory != V4L2_MEMORY_MMAP) { in vidioc_querybuf()
|
H A D | s5p_mfc_enc.c | 1493 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 D | videobuf2-v4l2.c | 698 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 D | videodev2.h.rst.exceptions | 55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 188 V4L2_MEMORY_MMAP = 1, enumerator
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 50751 - 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 …]
|