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.java580 int colorTemperature2 = sStandardIlluminants.get(referenceIlluminant2, NO_ILLUMINANT); in findDngInterpolationFactor() local
581 if (colorTemperature2 == NO_ILLUMINANT) { in findDngInterpolationFactor()
587 if (DEBUG) Log.d(TAG, "ColorTemperature2: " + colorTemperature2); in findDngInterpolationFactor()
607 double lower = Math.min(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()
608 double upper = Math.max(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()