| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | videocapture.cpp | 152 (struct v4l2_plane *)calloc(nplanes, in Init() 153 sizeof(struct v4l2_plane)); in Init() 217 (struct v4l2_plane *)calloc(nplanes, in Init() 218 sizeof(struct v4l2_plane)); in Init() 391 (struct v4l2_plane *)calloc(nplanes, sizeof(struct v4l2_plane)); in LoopCapture()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | camera_source.c | 205 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() 264 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() 355 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_get_frame() 392 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_put_frame()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo_isp.c_part | 71 struct v4l2_plane planes[FMT_NUM_PLANES]; 216 struct v4l2_plane planes[FMT_NUM_PLANES]; 308 struct v4l2_plane planes[FMT_NUM_PLANES]; 309 memset(planes, 0, sizeof(struct v4l2_plane)*FMT_NUM_PLANES);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | fake_v4l2_device.cpp | 202 struct v4l2_plane planes[FMT_NUM_PLANES]; in dequeue_buffer() 216 memset(planes, 0, sizeof(struct v4l2_plane) * FMT_NUM_PLANES); in dequeue_buffer()
|
| H A D | v4l2_device.cpp | 833 _planes = (struct v4l2_plane *)xcam_malloc0 in prepare() 834 (_buf_count * _mplanes_count * sizeof(struct v4l2_plane)); in prepare() 1101 struct v4l2_plane planes[_mplanes_count]; in prepare() 1115 memset(planes, 0, sizeof(struct v4l2_plane) * _mplanes_count); in prepare() 1239 struct v4l2_plane planes[_mplanes_count]; in prepare() 1248 memset(planes, 0, sizeof(struct v4l2_plane) * _mplanes_count); in prepare()
|
| H A D | v4l2_device.h | 167 struct v4l2_plane *_planes;
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-qbuf.rst | 60 :c:type:`v4l2_plane` and the ``length`` field must be set 74 passed array of struct :c:type:`v4l2_plane` have to be used 89 :c:type:`v4l2_plane` have to be used instead. When 141 :c:type:`v4l2_plane` are filled instead.
|
| H A D | func-munmap.rst | 37 :c:type:`v4l2_plane` ``length`` field for the
|
| H A D | func-mmap.rst | 40 the struct :c:type:`v4l2_plane` ``length`` field for 95 in the struct :c:type:`v4l2_plane` ``m`` union
|
| H A D | dmabuf.rst | 36 :c:type:`v4l2_plane` in the multi-planar API case). The 98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
|
| H A D | planar-apis.rst | 55 A new struct :c:type:`v4l2_plane` structure for
|
| H A D | vidioc-querybuf.rst | 49 :c:type:`v4l2_plane` and the ``length`` field has to be set
|
| H A D | buffer.rst | 21 struct :c:type:`v4l2_plane` instead. In that case, 267 * - struct v4l2_plane 270 an array of struct :c:type:`v4l2_plane`. The size of 312 .. c:type:: v4l2_plane 314 struct v4l2_plane
|
| H A D | mmap.rst | 46 array of struct :c:type:`v4l2_plane` structures, each 168 struct v4l2_plane planes[FMT_NUM_PLANES];
|
| H A D | userp.rst | 23 :c:type:`v4l2_plane` in the multi-planar API case). The
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 529 static int get_v4l2_plane32(struct v4l2_plane __user *p64, in get_v4l2_plane32() 563 static int put_v4l2_plane32(struct v4l2_plane __user *p64, in put_v4l2_plane32() 616 *size = length * sizeof(struct v4l2_plane); in bufsize_v4l2_buffer() 641 *size = length * sizeof(struct v4l2_plane); in bufsize_v4l2_buffer_time32() 657 struct v4l2_plane __user *uplane; in get_v4l2_buffer32() 757 struct v4l2_plane __user *uplane; in get_v4l2_buffer32_time32() 855 struct v4l2_plane *uplane; in put_v4l2_buffer32() 935 struct v4l2_plane *uplane; in put_v4l2_buffer32_time32()
|
| H A D | v4l2-ioctl.c | 486 const struct v4l2_plane *plane; in v4l_print_buffer() 3082 *array_size = sizeof(struct v4l2_plane) * buf->length; in check_array_args()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 1191 struct v4l2_plane planes[FMT_NUM_PLANES]; 1192 memset(planes, 0, sizeof(struct v4l2_plane)*FMT_NUM_PLANES); 1285 struct v4l2_plane planes[FMT_NUM_PLANES]; 1316 struct v4l2_plane planes_pp[FMT_NUM_PLANES]; 1394 struct v4l2_plane planes[FMT_NUM_PLANES]; 1429 struct v4l2_plane planes[FMT_NUM_PLANES]; 1522 struct v4l2_plane planes[FMT_NUM_PLANES];
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ioctl.h | 767 struct v4l2_plane *planes;
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-v4l2.c | 254 struct v4l2_plane *psrc = &b->m.planes[plane]; in vb2_fill_vb2_v4l2_buffer() 556 struct v4l2_plane *pdst = &b->m.planes[plane]; in __fill_v4l2_buffer()
|
| /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 | 897 struct v4l2_plane { struct 955 struct v4l2_plane *planes;
|
| /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 | 897 struct v4l2_plane { struct 955 struct v4l2_plane *planes;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 990 struct v4l2_plane { struct 1053 struct v4l2_plane *planes;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 990 struct v4l2_plane { struct 1052 struct v4l2_plane *planes;
|