Home
last modified time | relevance | path

Searched refs:kDefaultColorCorrectionGains (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h251 static const float kDefaultColorCorrectionGains[4]; variable
DEmulatedRequestState.cpp2267 EmulatedSensor::kDefaultColorCorrectionGains, in InitializeColorCorrectionDefaults()
2268 ARRAY_SIZE(EmulatedSensor::kDefaultColorCorrectionGains)); in InitializeColorCorrectionDefaults()
DEmulatedSensor.cpp114 const float EmulatedSensor::kDefaultColorCorrectionGains[4] = {1.0f, 1.0f, 1.0f, member in android::EmulatedSensor