Home
last modified time | relevance | path

Searched refs:V4L2_MEMORY_USERPTR (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dvideobuf-core.c333 case V4L2_MEMORY_USERPTR: in videobuf_status()
411 case V4L2_MEMORY_USERPTR: in __videobuf_mmap_setup()
447 req->memory != V4L2_MEMORY_USERPTR && in videobuf_reqbufs()
585 case V4L2_MEMORY_USERPTR: in videobuf_qbuf()
801 q->read_buf->memory = V4L2_MEMORY_USERPTR; in videobuf_read_zerocopy()
907 q->read_buf->memory = V4L2_MEMORY_USERPTR; in videobuf_read_one()
975 err = __videobuf_mmap_setup(q, count, size, V4L2_MEMORY_USERPTR); in __videobuf_read_start()
H A Dvideobuf-vmalloc.c175 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()
312 if ((buf->memory != V4L2_MEMORY_USERPTR) || buf->baddr) in videobuf_vmalloc_free()
H A Dvideobuf-dma-contig.c253 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()
384 if (buf->memory != V4L2_MEMORY_USERPTR) in videobuf_dma_contig_free()
H A Dv4l2-compat-ioctl32.c549 case V4L2_MEMORY_USERPTR: in get_v4l2_plane32()
583 case V4L2_MEMORY_USERPTR: in put_v4l2_plane32()
729 case V4L2_MEMORY_USERPTR: { in get_v4l2_buffer32()
829 case V4L2_MEMORY_USERPTR: { in get_v4l2_buffer32_time32()
914 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32()
994 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32_time32()
H A Dvideobuf-dma-sg.c519 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()
528 } else if (vb->memory == V4L2_MEMORY_USERPTR) { in __videobuf_iolock()
H A Dv4l2-ioctl.c210 [V4L2_MEMORY_USERPTR] = "userptr",
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcapture.c.rst142 buf.memory = V4L2_MEMORY_USERPTR;
266 buf.memory = V4L2_MEMORY_USERPTR;
389 req.memory = V4L2_MEMORY_USERPTR;
H A Duserp.rst16 with the memory type set to ``V4L2_MEMORY_USERPTR``.
39 reqbuf.memory = V4L2_MEMORY_USERPTR;
H A Dvidioc-reqbufs.rst92 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See
135 - This buffer type supports the ``V4L2_MEMORY_USERPTR`` streaming mode.
H A Dvidioc-create-bufs.rst97 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See
H A Dbuffer.rst264 ``V4L2_MEMORY_USERPTR`` this is a pointer to the buffer (casted to
357 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_USERPTR``,
694 * - ``V4L2_MEMORY_USERPTR``
H A Dvidioc-qbuf.rst71 ``memory`` field to ``V4L2_MEMORY_USERPTR``, the ``m.userptr`` field to
H A Ddev-stateless-decoder.rst208 follows standard semantics. ``V4L2_MEMORY_USERPTR`` is not supported
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.cpp857 _rx_memory_type = V4L2_MEMORY_USERPTR; in rawdataPrepare()
858 _tx_memory_type = V4L2_MEMORY_USERPTR; in rawdataPrepare()
868 _tx_memory_type = V4L2_MEMORY_USERPTR; in rawdataPrepare()
873 _tx_memory_type = V4L2_MEMORY_USERPTR; in rawdataPrepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp927 case V4L2_MEMORY_USERPTR: in prepare()
985 case V4L2_MEMORY_USERPTR: in prepare()
1263 else if (V4L2_MEMORY_USERPTR == _memory_type) in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp475 if (_dev[i]->get_mem_type() == V4L2_MEMORY_USERPTR) in trigger_isp_readback()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp875 if (_memory_type == V4L2_MEMORY_USERPTR){ in trigger_isp_readback()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_enc.c1488 (reqbufs->memory != V4L2_MEMORY_USERPTR)) in vidioc_reqbufs()
1567 (buf->memory != V4L2_MEMORY_USERPTR)) in vidioc_querybuf()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c913 || WARN_ON(VB2_MEMORY_USERPTR != (int)V4L2_MEMORY_USERPTR) in vb2_queue_init_name()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h176 V4L2_MEMORY_USERPTR = 2, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h176 V4L2_MEMORY_USERPTR = 2, enumerator
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1161 if (req->memory == V4L2_MEMORY_USERPTR) in __atomisp_reqbufs()
1292 if (buf->memory == V4L2_MEMORY_USERPTR) { in atomisp_qbuf()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions57 replace symbol V4L2_MEMORY_USERPTR :c:type:`v4l2_memory`
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h189 V4L2_MEMORY_USERPTR = 2, enumerator
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h188 V4L2_MEMORY_USERPTR = 2, enumerator

12