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.java602 float[] neutralGuess = new float[3]; in findDngInterpolationFactor() local
626 map(interpXYZToCameraInverse, cameraNeutral, /*out*/neutralGuess); in findDngInterpolationFactor()
627 double[] xy = calculateCIExyCoordinates(neutralGuess[0], neutralGuess[1], in findDngInterpolationFactor()
628 neutralGuess[2]); in findDngInterpolationFactor()
653 Log.d(TAG, "XYZ neutral color guess: " + Arrays.toString(neutralGuess)); in findDngInterpolationFactor()