Lines Matching refs:planar
344 bool yuv, planar;
348 * For YUV planar modes, the number of bytes per pixel takes into
351 yuv = tegra_plane_format_is_yuv(window->format, &planar);
355 bpp = planar ? 1 : 2;
381 * For DDA computations the number of bytes per pixel for YUV planar
384 if (yuv && planar)
404 if (yuv && planar) {
1008 /* planar formats */
1035 /* planar formats */
1065 /* planar formats */