Searched refs:NO_ILLUMINANT (Results 1 – 1 of 1) sorted by relevance
82 private static final int NO_ILLUMINANT = -1; field in RawConverter1111 int colorTemperature1 = sStandardIlluminants.get(referenceIlluminant1, NO_ILLUMINANT); in findDngInterpolationFactor()1112 if (colorTemperature1 == NO_ILLUMINANT) { in findDngInterpolationFactor()1117 int colorTemperature2 = sStandardIlluminants.get(referenceIlluminant2, NO_ILLUMINANT); in findDngInterpolationFactor()1118 if (colorTemperature2 == NO_ILLUMINANT) { in findDngInterpolationFactor()