Searched refs:compensated_blue_ (Results 1 – 2 of 2) sorted by relevance
82 int GetCompensatedBlue() const { return compensated_blue_; } in GetCompensatedBlue()111 int compensated_blue_ = kCompensatedMaxRGB; variable
248 ret = fscanf(fp, "%d %d %d", &compensated_red_, &compensated_green_, &compensated_blue_); in ParseWhitePointCalibrationData()252 CheckCompensatedRGB(compensated_green_) && CheckCompensatedRGB(compensated_blue_)) { in ParseWhitePointCalibrationData()253 DLOGD("Compensated RGB: %d %d %d", compensated_red_, compensated_green_, compensated_blue_); in ParseWhitePointCalibrationData()258 compensated_blue_ = kCompensatedMaxRGB; in ParseWhitePointCalibrationData()294 rgb_ratio(compensated_blue_, white_compensated_Coefficients_[6], in CalculateRGBRatio()