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.h318 std::vector<int32_t> gamma_table_; variable
DEmulatedSensor.cpp144 gamma_table_.resize(kSaturationPoint + 1); in EmulatedSensor()
146 gamma_table_[i] = ApplysRGBGamma(i, kSaturationPoint); in EmulatedSensor()
1553 r_count = gamma_table_[r_count]; in CaptureYUV420()
1554 g_count = gamma_table_[g_count]; in CaptureYUV420()
1555 b_count = gamma_table_[b_count]; in CaptureYUV420()