Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java1117 int colorTemperature2 = sStandardIlluminants.get(referenceIlluminant2, NO_ILLUMINANT); in findDngInterpolationFactor() local
1118 if (colorTemperature2 == NO_ILLUMINANT) { in findDngInterpolationFactor()
1124 if (DEBUG) Log.d(TAG, "ColorTemperature2: " + colorTemperature2); in findDngInterpolationFactor()
1144 double lower = Math.min(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()
1145 double upper = Math.max(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()