Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h347 static const camera_metadata_rational kNeutralColorPoint[3]; variable
DEmulatedSensor.cpp130 const camera_metadata_rational EmulatedSensor::kNeutralColorPoint[3] = { member in android::EmulatedSensor
1311 kNeutralColorPoint, in ReturnResults()
1312 ARRAY_SIZE(kNeutralColorPoint)); in ReturnResults()
1352 it.second->Set(ANDROID_SENSOR_NEUTRAL_COLOR_POINT, kNeutralColorPoint, in ReturnResults()
1353 ARRAY_SIZE(kNeutralColorPoint)); in ReturnResults()