Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.h122 inline static constexpr bool CheckCompensatedRGB(int value) { in CheckCompensatedRGB() function
Dhwc_display.cpp251 if ((ret == kNumOfCompensationData) && CheckCompensatedRGB(compensated_red_) && in ParseWhitePointCalibrationData()
252 CheckCompensatedRGB(compensated_green_) && CheckCompensatedRGB(compensated_blue_)) { in ParseWhitePointCalibrationData()