Home
last modified time | relevance | path

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

/linux/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 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
/linux/include/media/
H A Dv4l2-ioctl.h770 struct v4l2_plane *planes;
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c254 struct v4l2_plane *psrc = &b->m.planes[plane]; in vb2_fill_vb2_v4l2_buffer()
507 struct v4l2_plane *pdst = &b->m.planes[plane]; in __fill_v4l2_buffer()
/linux/include/uapi/linux/
H A Dvideodev2.h1105 * struct v4l2_plane - plane info for multi-planar buffers
1126 struct v4l2_plane { struct
1192 struct v4l2_plane *planes;
1127 bytesusedv4l2_plane global() argument
1128 lengthv4l2_plane global() argument
1129 __anonb57351ec040av4l2_plane global() argument
1133 mv4l2_plane global() argument
1134 data_offsetv4l2_plane global() argument
1135 reservedv4l2_plane global() argument
/linux/drivers/media/v4l2-core/ !
H A Dv4l2-ioctl.c442 const struct v4l2_plane *plane; in v4l_print_buffer()
3192 *array_size = sizeof(struct v4l2_plane) * buf->length; in check_array_args()