Lines Matching refs:planes
29 unsigned planes = vfmt->buffers;
34 for (p = vfmt->buffers; p < vfmt->planes; p++)
58 * Check if the number of requested planes match
59 * the number of planes in the current format. You can't mix that.
61 if (*nplanes != planes)
65 for (p = 1; p < planes; p++) {
71 for (p = 0; p < planes; p++)
79 *nplanes = planes;
82 for (p = 0; p < planes; p++)
106 unsigned int planes = vfmt->buffers;
111 for (p = vfmt->buffers; p < vfmt->planes; p++)
128 for (p = 0; p < planes; p++) {
131 size += vb->planes[p].data_offset;
276 for (p = 0; p < dev->fmt_out->planes; p++)
340 for (p = fmt->buffers; p < fmt->planes; p++) {
420 for (p = fmt->buffers; p < fmt->planes; p++)
555 for (p = dev->fmt_out->buffers; p < dev->fmt_out->planes; p++)