Home
last modified time | relevance | path

Searched refs:v4l2_plane (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp152 (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 Dcamera_source.c205 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 Drkvi_demo_isp.c_part71 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 Dfake_v4l2_device.cpp202 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 Dv4l2_device.cpp833 _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 Dv4l2_device.h167 struct v4l2_plane *_planes;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst60 :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 Dfunc-munmap.rst37 :c:type:`v4l2_plane` ``length`` field for the
H A Dfunc-mmap.rst40 the struct :c:type:`v4l2_plane` ``length`` field for
95 in the struct :c:type:`v4l2_plane` ``m`` union
H A Ddmabuf.rst36 :c:type:`v4l2_plane` in the multi-planar API case). The
98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
H A Dplanar-apis.rst55 A new struct :c:type:`v4l2_plane` structure for
H A Dvidioc-querybuf.rst49 :c:type:`v4l2_plane` and the ``length`` field has to be set
H A Dbuffer.rst21 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 Dmmap.rst46 array of struct :c:type:`v4l2_plane` structures, each
168 struct v4l2_plane planes[FMT_NUM_PLANES];
H A Duserp.rst23 :c:type:`v4l2_plane` in the multi-planar API case). The
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c529 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 Dv4l2-ioctl.c486 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 Drkisp_demo.cpp1191 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 Dv4l2-ioctl.h767 struct v4l2_plane *planes;
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c254 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 Dvideodev2.h897 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 Dvideodev2.h897 struct v4l2_plane { struct
955 struct v4l2_plane *planes;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h990 struct v4l2_plane { struct
1053 struct v4l2_plane *planes;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h990 struct v4l2_plane { struct
1052 struct v4l2_plane *planes;