Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h282 static const camera_metadata_rational kNeutralColorPoint[3]; variable
DEmulatedSensor.cpp105 const camera_metadata_rational EmulatedSensor::kNeutralColorPoint[3] = { member in android::EmulatedSensor
1080 kNeutralColorPoint, in ReturnResults()
1081 ARRAY_SIZE(kNeutralColorPoint)); in ReturnResults()
1121 it.second->Set(ANDROID_SENSOR_NEUTRAL_COLOR_POINT, kNeutralColorPoint, in ReturnResults()
1122 ARRAY_SIZE(kNeutralColorPoint)); in ReturnResults()