Home
last modified time | relevance | path

Searched refs:getLuma (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp277 inline float getLuma(float r, float g, float b) { in getLuma() function
315 const uint8_t luma = std::round(getLuma(r, g, b)); in sampleArea()