Lines Matching refs:planes
242 * @num_planes: number of planes in the buffer
287 struct vb2_plane planes[VB2_MAX_PLANES];
337 * in \*num_buffers, the required number of planes per
346 * describes the requested number of planes and sizes\[\]
459 * enough planes for the buffer. This is called
476 int (*fill_vb2_buffer)(struct vb2_buffer *vb, struct vb2_plane *planes);
779 * #) negotiates number of buffers and planes per buffer with the driver
802 * @requested_planes: number of planes requested.
803 * @requested_sizes: array with the size of the planes.
1177 if (WARN_ON_ONCE(size > vb->planes[plane_no].length))
1178 size = vb->planes[plane_no].length;
1179 vb->planes[plane_no].bytesused = size;
1193 return vb->planes[plane_no].bytesused;
1207 return vb->planes[plane_no].length;