Lines Matching full:yuv
139 /** @is_yuv: Is it a YUV format? */
144 * drm_format_info_is_yuv_packed - check that the format info matches a YUV
149 * A boolean indicating whether the format info matches a packed YUV format.
158 * drm_format_info_is_yuv_semiplanar - check that the format info matches a YUV
163 * A boolean indicating whether the format info matches a semiplanar YUV format.
172 * drm_format_info_is_yuv_planar - check that the format info matches a YUV
173 * format with data laid in three planes (one for each YUV component)
177 * A boolean indicating whether the format info matches a planar YUV format.
187 * YUV format with 4:1:0 sub-sampling
191 * A boolean indicating whether the format info matches a YUV format with 4:1:0
202 * YUV format with 4:1:1 sub-sampling
206 * A boolean indicating whether the format info matches a YUV format with 4:1:1
217 * YUV format with 4:2:0 sub-sampling
221 * A boolean indicating whether the format info matches a YUV format with 4:2:0
232 * YUV format with 4:2:2 sub-sampling
236 * A boolean indicating whether the format info matches a YUV format with 4:2:2
247 * YUV format with 4:4:4 sub-sampling
251 * A boolean indicating whether the format info matches a YUV format with 4:4:4