Lines Matching full:yuv
140 /** @is_yuv: Is it a YUV format? */
148 * drm_format_info_is_yuv_packed - check that the format info matches a YUV
153 * A boolean indicating whether the format info matches a packed YUV format.
162 * drm_format_info_is_yuv_semiplanar - check that the format info matches a YUV
167 * A boolean indicating whether the format info matches a semiplanar YUV format.
176 * drm_format_info_is_yuv_planar - check that the format info matches a YUV
177 * format with data laid in three planes (one for each YUV component)
181 * A boolean indicating whether the format info matches a planar YUV format.
191 * YUV format with 4:1:0 sub-sampling
195 * A boolean indicating whether the format info matches a YUV format with 4:1:0
206 * YUV format with 4:1:1 sub-sampling
210 * A boolean indicating whether the format info matches a YUV format with 4:1:1
221 * YUV format with 4:2:0 sub-sampling
225 * A boolean indicating whether the format info matches a YUV format with 4:2:0
236 * YUV format with 4:2:2 sub-sampling
240 * A boolean indicating whether the format info matches a YUV format with 4:2:2
251 * YUV format with 4:4:4 sub-sampling
255 * A boolean indicating whether the format info matches a YUV format with 4:4:4