Searched refs:V4L2_MEMORY_DMABUF (Results 1 – 12 of 12) sorted by relevance
27 ioctl with the memory type set to ``V4L2_MEMORY_DMABUF``.49 reqbuf.memory = V4L2_MEMORY_DMABUF;78 buf.memory = V4L2_MEMORY_DMABUF;103 buf.memory = V4L2_MEMORY_DMABUF;
92 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See145 - This buffer type supports the ``V4L2_MEMORY_DMABUF`` streaming mode.
86 ``memory`` field to ``V4L2_MEMORY_DMABUF`` and the ``m.fd`` field to a135 If the application sets the ``memory`` field to ``V4L2_MEMORY_DMABUF`` to
97 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See
274 ``V4L2_MEMORY_DMABUF`` this is the file descriptor associated with358 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_DMABUF``,693 * - ``V4L2_MEMORY_DMABUF``
344 case V4L2_MEMORY_DMABUF: in get_v4l2_plane32()381 case V4L2_MEMORY_DMABUF: in put_v4l2_plane32()425 case V4L2_MEMORY_DMABUF: in get_v4l2_buffer32()469 case V4L2_MEMORY_DMABUF: in get_v4l2_buffer32_time32()512 case V4L2_MEMORY_DMABUF: in put_v4l2_buffer32()556 case V4L2_MEMORY_DMABUF: in put_v4l2_buffer32_time32()
340 case V4L2_MEMORY_DMABUF: in videobuf_status()413 case V4L2_MEMORY_DMABUF: in __videobuf_mmap_setup()
198 [V4L2_MEMORY_DMABUF] = "dmabuf",
899 || WARN_ON(VB2_MEMORY_DMABUF != (int)V4L2_MEMORY_DMABUF)) in vb2_queue_init_name()
191 V4L2_MEMORY_DMABUF = 4, enumerator
54 replace symbol V4L2_MEMORY_DMABUF :c:type:`v4l2_memory`
2813 + av_assert0(out->buf.memory == V4L2_MEMORY_DMABUF);4856 + * Buffer memory type V4L2_MEMORY_MMAP or V4L2_MEMORY_DMABUF5023 + s->capture.buf_mem = s->db_ctl != NULL ? V4L2_MEMORY_DMABUF : V4L2_MEMORY_MMAP;5025 + s->output.buf_mem = s->input_drm ? V4L2_MEMORY_DMABUF : V4L2_MEMORY_MMAP;16596 + V4L2_MEMORY_DMABUF : V4L2_MEMORY_MMAP;