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.java574 int colorTemperature1 = sStandardIlluminants.get(referenceIlluminant1, NO_ILLUMINANT); in findDngInterpolationFactor() local
575 if (colorTemperature1 == NO_ILLUMINANT) { in findDngInterpolationFactor()
586 if (DEBUG) Log.d(TAG, "ColorTemperature1: " + colorTemperature1); in findDngInterpolationFactor()
607 double lower = Math.min(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()
608 double upper = Math.max(colorTemperature1, colorTemperature2); in findDngInterpolationFactor()
641 if (lower == colorTemperature1) { in findDngInterpolationFactor()