Home | History | Annotate | Download | only in hwc

Lines Matching defs:yuv

797         bool         yuv;
867 // If needed perform RGB to YUV conversion
869 if (fromAttrib->rgb && toAttrib->yuv) {
875 // Produce black if color is outside the YUV gamut
886 // If needed perform YUV to RGB conversion
887 // Equations determined from the ITU709 equations for RGB to YUV
906 if (fromAttrib->yuv && toAttrib->rgb) {