Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h358 std::vector<int32_t> gamma_table_sRGB_; variable
DEmulatedSensor.cpp196 gamma_table_sRGB_.resize(kSaturationPoint + 1); in EmulatedSensor()
200 gamma_table_sRGB_[i] = ApplysRGBGamma(i, kSaturationPoint); in EmulatedSensor()
1966 return gamma_table_sRGB_[value]; in GammaTable()