Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java226 float[] calibrationTransform2, float[] colorMatrix1, float[] colorMatrix2, in convertToSRGB() argument
271 Log.d(TAG, "ColorMatrix2: " + Arrays.toString(colorMatrix2)); in convertToSRGB()
294 float[] normalizedColorMatrix2 = Arrays.copyOf(colorMatrix2, colorMatrix2.length); in convertToSRGB()
477 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument
502 multiply(calibrationTransform2, colorMatrix2, /*out*/XYZToCamera2); in findDngInterpolationFactor()