Lines Matching refs:num_planes
85 unsigned int *num_planes, in tegra_queue_setup() argument
98 if (*num_planes) { in tegra_queue_setup()
99 if (*num_planes != f->fmt.pix_mp.num_planes) in tegra_queue_setup()
102 for (i = 0; i < f->fmt.pix_mp.num_planes; i++) { in tegra_queue_setup()
107 *num_planes = f->fmt.pix_mp.num_planes; in tegra_queue_setup()
109 for (i = 0; i < f->fmt.pix_mp.num_planes; i++) in tegra_queue_setup()
159 if (V4L2_TYPE_IS_CAPTURE(vq->type) && vb->num_planes > 1) { in tegra_buf_init()
175 for (i = 0; i < vb->num_planes; i++) { in tegra_buf_init()
214 __tegra_buf_cleanup(vb, vb->num_planes); in tegra_buf_cleanup()
235 for (i = 0; i < vb->num_planes; i++) { in tegra_buf_prepare()
445 pixfmt->num_planes = info->mem_planes; in tegra_fill_pixfmt_mp()
447 for (i = 0; i < pixfmt->num_planes; i++) { in tegra_fill_pixfmt_mp()
653 pix_mp->num_planes = 1; in tegra_try_coded_fmt()