Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.cpp283 auto rgb_ratio = [=](int rgb, float c2, float c1, float c0) { in CalculateRGBRatio() local
289 rgb_ratio(compensated_red_, white_compensated_Coefficients_[0], in CalculateRGBRatio()
292 rgb_ratio(compensated_green_, white_compensated_Coefficients_[3], in CalculateRGBRatio()
295 rgb_ratio(compensated_blue_, white_compensated_Coefficients_[6], in CalculateRGBRatio()