Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h356 std::vector<int32_t> gamma_table_smpte170m_; variable
DEmulatedSensor.cpp197 gamma_table_smpte170m_.resize(kSaturationPoint + 1); in EmulatedSensor()
201 gamma_table_smpte170m_[i] = ApplySMPTE170MGamma(i, kSaturationPoint); in EmulatedSensor()
1883 return gamma_table_smpte170m_[value]; in GammaTable()