Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.cpp269 white_compensated_Coefficients_); in ConfigCoefficients()
270 for (const auto &c : white_compensated_Coefficients_) { in ConfigCoefficients()
289 rgb_ratio(compensated_red_, white_compensated_Coefficients_[0], in CalculateRGBRatio()
290 white_compensated_Coefficients_[1], white_compensated_Coefficients_[2]); in CalculateRGBRatio()
292 rgb_ratio(compensated_green_, white_compensated_Coefficients_[3], in CalculateRGBRatio()
293 white_compensated_Coefficients_[4], white_compensated_Coefficients_[5]); in CalculateRGBRatio()
295 rgb_ratio(compensated_blue_, white_compensated_Coefficients_[6], in CalculateRGBRatio()
296 white_compensated_Coefficients_[7], white_compensated_Coefficients_[8]); in CalculateRGBRatio()
Dhwc_display.h118 float white_compensated_Coefficients_[kCoefficientElements] = {0.0, 1.0, 0.0, 0.0, 1.0, variable