Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.h80 int GetCompensatedRed() const { return compensated_red_; } in GetCompensatedRed()
109 int compensated_red_ = kCompensatedMaxRGB; variable
Dhwc_display.cpp248 ret = fscanf(fp, "%d %d %d", &compensated_red_, &compensated_green_, &compensated_blue_); in ParseWhitePointCalibrationData()
251 if ((ret == kNumOfCompensationData) && CheckCompensatedRGB(compensated_red_) && in ParseWhitePointCalibrationData()
253 DLOGD("Compensated RGB: %d %d %d", compensated_red_, compensated_green_, compensated_blue_); in ParseWhitePointCalibrationData()
256 compensated_red_ = kCompensatedMaxRGB; in ParseWhitePointCalibrationData()
288 rgb_ratio(compensated_red_, white_compensated_Coefficients_[0], in CalculateRGBRatio()