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.java120 public final float[] colorMatrix2; field in RawConverter.DngBayerMetadata
169 colorMatrix2 = new float[9]; in DngBayerMetadata()
176 colorMatrix2); in DngBayerMetadata() local
180 colorMatrix2); in DngBayerMetadata() local
944 float[] normalizedColorMatrix2 = Arrays.copyOf(dngBayerMetadata.colorMatrix2, in convertToSRGB()
945 dngBayerMetadata.colorMatrix2.length); in convertToSRGB()
958 + Arrays.toString(dngBayerMetadata.colorMatrix2)); in convertToSRGB()
1109 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument
1134 multiply(calibrationTransform2, colorMatrix2, /*out*/XYZToCamera2); in findDngInterpolationFactor()