Searched refs:white_compensated_Coefficients_ (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display.cpp | 269 white_compensated_Coefficients_); in ConfigCoefficients() 270 for (const auto &c : white_compensated_Coefficients_) { in ConfigCoefficients() 288 rgb_ratio(compensated_red_, white_compensated_Coefficients_[0], in CalculateRGBRatio() 289 white_compensated_Coefficients_[1], white_compensated_Coefficients_[2]); in CalculateRGBRatio() 291 rgb_ratio(compensated_green_, white_compensated_Coefficients_[3], in CalculateRGBRatio() 292 white_compensated_Coefficients_[4], white_compensated_Coefficients_[5]); in CalculateRGBRatio() 294 rgb_ratio(compensated_blue_, white_compensated_Coefficients_[6], in CalculateRGBRatio() 295 white_compensated_Coefficients_[7], white_compensated_Coefficients_[8]); in CalculateRGBRatio()
|
D | hwc_display.h | 118 float white_compensated_Coefficients_[kCoefficientElements] = {0.0, 1.0, 0.0, 0.0, 1.0, variable
|