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