Lines Matching full:yuv
141 * Basics of RGB -> YUV conversion
145 * RGB -> YUV conversion macros
151 /* Converts R8 G8 B8 color to YUV. */
160 /* Converts RGB565 color to YUV. */
167 /* Converts RGB32 color to YUV. */
177 * Basics of YUV -> RGB conversion.
179 * RGB format that is used is RGB565, we can limit YUV -> RGB conversions to
184 * YUV -> RGB conversion macros
204 /* Converts YUV color to RGB565. */
216 /* Converts YUV color to RGB32. */
229 /* YUV pixel descriptor. */