Home | History | Annotate | Download | only in hwc

Lines Matching full:yuv

801         bool         yuv;
875 // If needed perform RGB to YUV conversion
877 if (fromAttrib->rgb && toAttrib->yuv) {
883 // Produce black if color is outside the YUV gamut
894 // If needed perform YUV to RGB conversion
895 // Equations determined from the ITU709 equations for RGB to YUV
914 if (fromAttrib->yuv && toAttrib->rgb) {