Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java531 float[] neutralGuess = new float[3]; in findDngInterpolationFactor() local
555 map(interpXYZToCameraInverse, cameraNeutral, /*out*/neutralGuess); in findDngInterpolationFactor()
556 double[] xy = calculateCIExyCoordinates(neutralGuess[0], neutralGuess[1], in findDngInterpolationFactor()
557 neutralGuess[2]); in findDngInterpolationFactor()
582 Log.d(TAG, "XYZ neutral color guess: " + Arrays.toString(neutralGuess)); in findDngInterpolationFactor()