| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | camera_source.c | 188 req.memory = V4L2_MEMORY_MMAP; in camera_source_init() 203 buf.memory = V4L2_MEMORY_MMAP; in camera_source_init() 206 buf.memory = V4L2_MEMORY_MMAP; in camera_source_init() 268 buf.memory = V4L2_MEMORY_MMAP; in camera_source_init() 270 buf.memory = V4L2_MEMORY_MMAP; in camera_source_init() 328 buf.memory = V4L2_MEMORY_MMAP; in camera_source_deinit() 353 buf.memory = V4L2_MEMORY_MMAP; in camera_source_get_frame() 389 buf.memory = V4L2_MEMORY_MMAP; in camera_source_put_frame()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | videocapture.cpp | 136 req.memory = V4L2_MEMORY_MMAP; in Init() 148 buf.memory = V4L2_MEMORY_MMAP; in Init() 161 buf.memory = V4L2_MEMORY_MMAP; in Init() 191 buf.memory = V4L2_MEMORY_MMAP; in Init() 213 buf.memory = V4L2_MEMORY_MMAP; in Init() 229 buf.memory = V4L2_MEMORY_MMAP; in Init() 387 buf.memory = V4L2_MEMORY_MMAP; in LoopCapture()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2grab.c.rst | 93 req.memory = V4L2_MEMORY_MMAP; 101 buf.memory = V4L2_MEMORY_MMAP; 120 buf.memory = V4L2_MEMORY_MMAP; 145 buf.memory = V4L2_MEMORY_MMAP;
|
| H A D | vidioc-reqbufs.rst | 91 - Applications set this field to ``V4L2_MEMORY_MMAP``, 98 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support 104 ``V4L2_MEMORY_MMAP`` and ``type`` set to the buffer type. This will 132 - This buffer type supports the ``V4L2_MEMORY_MMAP`` streaming mode.
|
| H A D | vidioc-create-bufs.rst | 96 - Applications set this field to ``V4L2_MEMORY_MMAP``, 106 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support 113 ``V4L2_MEMORY_MMAP`` and ``format.type`` to the buffer type.
|
| H A D | mmap.rst | 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;
|
| H A D | capture.c.rst | 113 buf.memory = V4L2_MEMORY_MMAP; 249 buf.memory = V4L2_MEMORY_MMAP; 331 req.memory = V4L2_MEMORY_MMAP; 362 buf.memory = V4L2_MEMORY_MMAP;
|
| H A D | vidioc-expbuf.rst | 35 method, therefore it is available only for ``V4L2_MEMORY_MMAP`` buffers.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 218 req.memory= V4L2_MEMORY_MMAP; in mmapInit() 254 buf.memory = V4L2_MEMORY_MMAP; in mmapInit() 281 buf.memory = V4L2_MEMORY_MMAP; in captureStart() 341 buf.memory = V4L2_MEMORY_MMAP; in frameRead()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/ |
| H A D | camera.cpp | 147 reqbuf.memory = V4L2_MEMORY_MMAP; in camera_init() 162 buf.memory = V4L2_MEMORY_MMAP; in camera_init() 178 buf.memory = V4L2_MEMORY_MMAP; in camera_init() 259 buf.memory = V4L2_MEMORY_MMAP; in show_()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo_isp.c_part | 42 req.memory = V4L2_MEMORY_MMAP; 76 buf.memory = V4L2_MEMORY_MMAP; 212 buf.memory = V4L2_MEMORY_MMAP; 306 buf.memory = V4L2_MEMORY_MMAP;
|
| /OK3568_Linux_fs/buildroot/package/libv4l/ |
| H A D | 0003-libv4l-add-V4L2_MEMORY_DMABUF-memory-support.patch | 41 - if (req->memory != V4L2_MEMORY_MMAP) { 42 + if (req->memory != V4L2_MEMORY_MMAP && req->memory != V4L2_MEMORY_DMABUF) {
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | videobuf-core.c | 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()
|
| H A D | v4l2-compat-ioctl32.c | 543 case V4L2_MEMORY_MMAP: in get_v4l2_plane32() 577 case V4L2_MEMORY_MMAP: in put_v4l2_plane32() 724 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32() 824 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32_time32() 909 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32() 989 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32_time32()
|
| H A D | videobuf-vmalloc.c | 166 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
|
| H A D | videobuf-dma-contig.c | 244 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/ |
| H A D | 0003-libv4l-Support-V4L2_MEMORY_DMABUF.patch | 42 - if (req->memory != V4L2_MEMORY_MMAP) { 43 + if (req->memory != V4L2_MEMORY_MMAP && req->memory != V4L2_MEMORY_DMABUF) {
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/meye/ |
| H A D | meye.c | 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2_v4l.c | 756 req->memory != V4L2_MEMORY_MMAP) in cpia2_reqbufs() 785 buf->memory = V4L2_MEMORY_MMAP; in cpia2_querybuf() 829 buf->memory != V4L2_MEMORY_MMAP || in cpia2_qbuf() 881 buf->memory != V4L2_MEMORY_MMAP) in cpia2_dqbuf()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.cpp | 44 , _memory_type (V4L2_MEMORY_MMAP) in V4l2Device() 878 case V4L2_MEMORY_MMAP: in prepare() 965 case V4L2_MEMORY_MMAP: in prepare() 1048 if (_memory_type == V4L2_MEMORY_MMAP) { in prepare()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | RawStreamCapUnit.cpp | 11 ,_memory_type(V4L2_MEMORY_MMAP) in RawStreamCapUnit() 56 ,_memory_type(V4L2_MEMORY_MMAP) in RawStreamCapUnit()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | SPStreamProcUnit.cpp | 198 _dev->set_mem_type(V4L2_MEMORY_MMAP); in prepare()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stkwebcam/ |
| H A D | stk-webcam.c | 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()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 1189 buf.memory = V4L2_MEMORY_MMAP; 1283 buf.memory = V4L2_MEMORY_MMAP; 1390 buf.memory = V4L2_MEMORY_MMAP; 1425 buf.memory = V4L2_MEMORY_MMAP; 1488 req.memory = V4L2_MEMORY_MMAP; 1527 buf.memory = V4L2_MEMORY_MMAP;
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_vout_vrfb.c | 42 if (vout->vq.memory == V4L2_MEMORY_MMAP && i >= startindex) in omap_vout_allocate_vrfb_buffers()
|