Searched refs:luminance (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp30 static int luminance(const SkPaint* paint) { function in namespace:android::uirenderer
109 const int l = luminance(paint);
228 const int l = luminance(paint);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s25 ; * alpha blocks spatially corresponding to luminance
H A DomxVCM4P2_PredictReconCoefIntra_s.s46 ; * [in] videoComp video component type (luminance, chrominance or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s25 ; * alpha blocks spatially corresponding to luminance
H A DomxVCM4P2_PredictReconCoefIntra_s.s46 ; * [in] videoComp video component type (luminance, chrominance or
/frameworks/rs/
H A DrsFont.cpp795 const float luminance = (r * 2.0f + g * 5.0f + b) / 8.0f; local
796 if (luminance <= mBlackThreshold) {
798 } else if (luminance >= mWhiteThreshold) {

Completed in 698 milliseconds