Home
last modified time | relevance | path

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

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