Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
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.
A Dfunc-munmap.rst37 :c:type:`v4l2_plane` ``length`` field for the
A Dfunc-mmap.rst40 the struct :c:type:`v4l2_plane` ``length`` field for
95 in the struct :c:type:`v4l2_plane` ``m`` union
A Ddmabuf.rst36 :c:type:`v4l2_plane` in the multi-planar API case). The
98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
A Dplanar-apis.rst55 A new struct :c:type:`v4l2_plane` structure for
A Dvidioc-querybuf.rst49 :c:type:`v4l2_plane` and the ``length`` field has to be set
A Dmmap.rst46 array of struct :c:type:`v4l2_plane` structures, each
168 struct v4l2_plane planes[FMT_NUM_PLANES];
A Dbuffer.rst21 struct :c:type:`v4l2_plane` instead. In that case,
265 * - struct v4l2_plane
268 an array of struct :c:type:`v4l2_plane`. The size of
310 .. c:type:: v4l2_plane
312 struct v4l2_plane
A Duserp.rst23 :c:type:`v4l2_plane` in the multi-planar API case). The
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-compat-ioctl32.c339 static int get_v4l2_plane32(struct v4l2_plane *p64, in get_v4l2_plane32()
363 *p64 = (struct v4l2_plane) { in get_v4l2_plane32()
373 static int put_v4l2_plane32(struct v4l2_plane *p64, in put_v4l2_plane32()
1080 struct v4l2_plane *p64 = mbuf; in v4l2_compat_get_array_args()
1172 struct v4l2_plane *p64 = mbuf; in v4l2_compat_put_array_args()
A Dv4l2-ioctl.c445 const struct v4l2_plane *plane; in v4l_print_buffer()
3096 *array_size = sizeof(struct v4l2_plane) * buf->length; in check_array_args()
/linux-6.3-rc2/include/media/
A Dv4l2-ioctl.h777 struct v4l2_plane *planes;
/linux-6.3-rc2/drivers/media/common/videobuf2/
A Dvideobuf2-v4l2.c254 struct v4l2_plane *psrc = &b->m.planes[plane]; in vb2_fill_vb2_v4l2_buffer()
520 struct v4l2_plane *pdst = &b->m.planes[plane]; in __fill_v4l2_buffer()
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h1045 struct v4l2_plane { struct
1111 struct v4l2_plane *planes;

Completed in 35 milliseconds