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.h293 std::vector<int32_t> gamma_table_; variable
DEmulatedSensor.cpp139 gamma_table_.resize(kSaturationPoint + 1); in EmulatedSensor()
141 gamma_table_[i] = ApplysRGBGamma(i, kSaturationPoint); in EmulatedSensor()
1455 r_count = gamma_table_[r_count]; in CaptureYUV420()
1456 g_count = gamma_table_[g_count]; in CaptureYUV420()
1457 b_count = gamma_table_[b_count]; in CaptureYUV420()