Searched refs:CheckCompensatedRGB (Results 1 – 2 of 2) sorted by relevance
122 inline static constexpr bool CheckCompensatedRGB(int value) { in CheckCompensatedRGB() function
251 if ((ret == kNumOfCompensationData) && CheckCompensatedRGB(compensated_red_) && in ParseWhitePointCalibrationData()252 CheckCompensatedRGB(compensated_green_) && CheckCompensatedRGB(compensated_blue_)) { in ParseWhitePointCalibrationData()