Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java92 private static final int NO_ILLUMINANT = -1; field in RawConverter
574 int colorTemperature1 = sStandardIlluminants.get(referenceIlluminant1, NO_ILLUMINANT); in findDngInterpolationFactor()
575 if (colorTemperature1 == NO_ILLUMINANT) { in findDngInterpolationFactor()
580 int colorTemperature2 = sStandardIlluminants.get(referenceIlluminant2, NO_ILLUMINANT); in findDngInterpolationFactor()
581 if (colorTemperature2 == NO_ILLUMINANT) { in findDngInterpolationFactor()