Searched refs:V4L2_MEMORY_MMAP (Results 1 – 22 of 22) sorted by relevance
93 req.memory = V4L2_MEMORY_MMAP;101 buf.memory = V4L2_MEMORY_MMAP;120 buf.memory = V4L2_MEMORY_MMAP;145 buf.memory = V4L2_MEMORY_MMAP;
91 - Applications set this field to ``V4L2_MEMORY_MMAP``,98 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support104 ``V4L2_MEMORY_MMAP`` and ``type`` set to the buffer type. This will139 - This buffer type supports the ``V4L2_MEMORY_MMAP`` streaming mode.
96 - Applications set this field to ``V4L2_MEMORY_MMAP``,106 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support113 ``V4L2_MEMORY_MMAP`` and ``format.type`` to the buffer type.
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;
113 buf.memory = V4L2_MEMORY_MMAP;249 buf.memory = V4L2_MEMORY_MMAP;331 req.memory = V4L2_MEMORY_MMAP;362 buf.memory = V4L2_MEMORY_MMAP;
35 method, therefore it is available only for ``V4L2_MEMORY_MMAP`` buffers.
64 ``memory`` field to ``V4L2_MEMORY_MMAP``. When ``VIDIOC_QBUF`` is called
254 ``V4L2_MEMORY_MMAP`` this is the offset of the buffer from the345 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_MMAP``, this684 * - ``V4L2_MEMORY_MMAP``
770 Similarly, when using a memory type other than ``V4L2_MEMORY_MMAP``, the
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()
350 case V4L2_MEMORY_MMAP: in get_v4l2_plane32()387 case V4L2_MEMORY_MMAP: in put_v4l2_plane32()431 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32()475 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32_time32()518 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32()562 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32_time32()
166 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
243 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
513 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
593 if (buf->memory == V4L2_MEMORY_MMAP && V4L2_TYPE_IS_CAPTURE(vq->type)) { in v4l2_m2m_adjust_mem_offset()
195 [V4L2_MEMORY_MMAP] = "mmap",
42 if (vout->vq.memory == V4L2_MEMORY_MMAP && i >= startindex) in omap_vout_allocate_vrfb_buffers()
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()
584 if (reqbufs->memory != V4L2_MEMORY_MMAP) { in vidioc_reqbufs()607 if (buf->memory != V4L2_MEMORY_MMAP) { in vidioc_querybuf()
1493 if ((reqbufs->memory != V4L2_MEMORY_MMAP) && in vidioc_reqbufs()1572 if ((buf->memory != V4L2_MEMORY_MMAP) && in vidioc_querybuf()
188 V4L2_MEMORY_MMAP = 1, enumerator
55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
Completed in 46 milliseconds