Lines Matching refs:planes
238 * @num_planes: number of planes in the buffer
283 struct vb2_plane planes[VB2_MAX_PLANES];
333 * in \*num_buffers, the required number of planes per
342 * describes the requested number of planes and sizes\[\]
443 * enough planes for the buffer. This is called
460 int (*fill_vb2_buffer)(struct vb2_buffer *vb, struct vb2_plane *planes);
756 * #) negotiates number of buffers and planes per buffer with the driver
778 * @requested_planes: number of planes requested.
779 * @requested_sizes: array with the size of the planes.
1149 vb->planes[plane_no].bytesused = size;
1162 return vb->planes[plane_no].bytesused;
1176 return vb->planes[plane_no].length;