Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java1111 int colorTemperature1 = sStandardIlluminants.get(referenceIlluminant1, NO_ILLUMINANT); in findDngInterpolationFactor() local
1112 if (colorTemperature1 == NO_ILLUMINANT) { in findDngInterpolationFactor()
1123 if (DEBUG) Log.d(TAG, "ColorTemperature1: " + colorTemperature1); in findDngInterpolationFactor()
1144 double lower = Math.min(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()
1145 double upper = Math.max(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()
1178 if (lower == colorTemperature1) { in findDngInterpolationFactor()