Searched refs:V4L2_MEMORY_MMAP (Results 1 – 25 of 27) sorted by relevance
12
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
256 ``V4L2_MEMORY_MMAP`` this is the offset of the buffer from the350 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_MMAP``, this689 * - ``V4L2_MEMORY_MMAP``
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()
244 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
517 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
599 if (buf->memory == V4L2_MEMORY_MMAP && V4L2_TYPE_IS_CAPTURE(vq->type)) { in v4l2_m2m_querybuf()
1215 if (req->memory != V4L2_MEMORY_MMAP) in vidioc_reqbufs()1271 buf->memory = V4L2_MEMORY_MMAP; in vidioc_querybuf()1280 if (buf->memory != V4L2_MEMORY_MMAP) in vidioc_qbuf()1304 if (buf->memory != V4L2_MEMORY_MMAP) in vidioc_dqbuf()1337 buf->memory = V4L2_MEMORY_MMAP; in vidioc_dqbuf()
752 req->memory != V4L2_MEMORY_MMAP) in cpia2_reqbufs()781 buf->memory = V4L2_MEMORY_MMAP; in cpia2_querybuf()825 buf->memory != V4L2_MEMORY_MMAP || in cpia2_qbuf()878 buf->memory != V4L2_MEMORY_MMAP) in cpia2_dqbuf()
531 buf->v4lbuf.memory = V4L2_MEMORY_MMAP; in stk_setup_siobuf()1038 if (rb->memory != V4L2_MEMORY_MMAP) in stk_vidioc_reqbufs()1084 if (buf->memory != V4L2_MEMORY_MMAP) in stk_vidioc_qbuf()
42 if (vout->vq.memory == V4L2_MEMORY_MMAP && i >= startindex) in omap_vout_allocate_vrfb_buffers()
699 if (!q->allow_cache_hints || memory != V4L2_MEMORY_MMAP) { in validate_memory_flags()898 if (WARN_ON(VB2_MEMORY_MMAP != (int)V4L2_MEMORY_MMAP) in vb2_queue_init_name()
568 if (reqbufs->memory != V4L2_MEMORY_MMAP) { in vidioc_reqbufs()591 if (buf->memory != V4L2_MEMORY_MMAP) { in vidioc_querybuf()
1487 if ((reqbufs->memory != V4L2_MEMORY_MMAP) && in vidioc_reqbufs()1566 if ((buf->memory != V4L2_MEMORY_MMAP) && in vidioc_querybuf()
1165 if (vpfe_dev->memory == V4L2_MEMORY_MMAP && in vpfe_videobuf_setup()1313 if (vpfe_dev->memory != V4L2_MEMORY_MMAP) { in vpfe_querybuf()
1112 if (buf && buf->memory == V4L2_MEMORY_MMAP && in atomisp_videobuf_mmap_mapper()
1222 } else if (buf->memory == V4L2_MEMORY_MMAP) { in atomisp_qbuf()1343 if (buf->memory != V4L2_MEMORY_MMAP) { in atomisp_qbuf_file()
188 V4L2_MEMORY_MMAP = 1, enumerator
Completed in 54 milliseconds