| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | videobuf-core.c | 333 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 D | videobuf-vmalloc.c | 175 case V4L2_MEMORY_USERPTR: in __videobuf_iolock() 312 if ((buf->memory != V4L2_MEMORY_USERPTR) || buf->baddr) in videobuf_vmalloc_free()
|
| H A D | videobuf-dma-contig.c | 253 case V4L2_MEMORY_USERPTR: in __videobuf_iolock() 384 if (buf->memory != V4L2_MEMORY_USERPTR) in videobuf_dma_contig_free()
|
| H A D | v4l2-compat-ioctl32.c | 549 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 D | videobuf-dma-sg.c | 519 case V4L2_MEMORY_USERPTR: in __videobuf_iolock() 528 } else if (vb->memory == V4L2_MEMORY_USERPTR) { in __videobuf_iolock()
|
| H A D | v4l2-ioctl.c | 210 [V4L2_MEMORY_USERPTR] = "userptr",
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | capture.c.rst | 142 buf.memory = V4L2_MEMORY_USERPTR; 266 buf.memory = V4L2_MEMORY_USERPTR; 389 req.memory = V4L2_MEMORY_USERPTR;
|
| H A D | userp.rst | 16 with the memory type set to ``V4L2_MEMORY_USERPTR``. 39 reqbuf.memory = V4L2_MEMORY_USERPTR;
|
| H A D | vidioc-reqbufs.rst | 92 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See 135 - This buffer type supports the ``V4L2_MEMORY_USERPTR`` streaming mode.
|
| H A D | vidioc-create-bufs.rst | 97 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See
|
| H A D | buffer.rst | 264 ``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 D | vidioc-qbuf.rst | 71 ``memory`` field to ``V4L2_MEMORY_USERPTR``, the ``m.userptr`` field to
|
| H A D | dev-stateless-decoder.rst | 208 follows standard semantics. ``V4L2_MEMORY_USERPTR`` is not supported
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeCamHwIsp20.cpp | 857 _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 D | v4l2_device.cpp | 927 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 D | RawStreamProcUnit.cpp | 475 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 D | RawStreamProcUnit.cpp | 875 if (_memory_type == V4L2_MEMORY_USERPTR){ in trigger_isp_readback()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_enc.c | 1488 (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 D | videobuf2-v4l2.c | 913 || 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 D | videodev2.h | 176 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 D | videodev2.h | 176 V4L2_MEMORY_USERPTR = 2, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_ioctl.c | 1161 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 D | videodev2.h.rst.exceptions | 57 replace symbol V4L2_MEMORY_USERPTR :c:type:`v4l2_memory`
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 189 V4L2_MEMORY_USERPTR = 2, enumerator
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 188 V4L2_MEMORY_USERPTR = 2, enumerator
|