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.java130 public final float[] colorMatrix2; field in RawConverter.DngBayerMetadata
179 colorMatrix2 = new float[9]; in DngBayerMetadata()
186 colorMatrix2); in DngBayerMetadata() local
190 colorMatrix2); in DngBayerMetadata() local
371 float[] normalizedColorMatrix2 = Arrays.copyOf(dngBayerMetadata.colorMatrix2, in convertToSRGB()
372 dngBayerMetadata.colorMatrix2.length); in convertToSRGB()
385 + Arrays.toString(dngBayerMetadata.colorMatrix2)); in convertToSRGB()
572 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument
597 multiply(calibrationTransform2, colorMatrix2, /*out*/XYZToCamera2); in findDngInterpolationFactor()