Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp138 gamma_table_.resize(kSaturationPoint + 1); in EmulatedSensor()
140 gamma_table_[i] = ApplysRGBGamma(i, kSaturationPoint); in EmulatedSensor()
1059 r_count = gamma_table_[r_count]; in CaptureYUV420()
1060 g_count = gamma_table_[g_count]; in CaptureYUV420()
1061 b_count = gamma_table_[b_count]; in CaptureYUV420()
DEmulatedSensor.h272 std::vector<int32_t> gamma_table_; variable