Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java119 public final float[] colorMatrix1; field in RawConverter.DngBayerMetadata
168 colorMatrix1 = new float[9]; in DngBayerMetadata()
172 colorMatrix1); in DngBayerMetadata() local
941 float[] normalizedColorMatrix1 = Arrays.copyOf(dngBayerMetadata.colorMatrix1, in convertToSRGB()
942 dngBayerMetadata.colorMatrix1.length); in convertToSRGB()
956 + Arrays.toString(dngBayerMetadata.colorMatrix1)); in convertToSRGB()
1109 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument
1133 multiply(calibrationTransform1, colorMatrix1, /*out*/XYZToCamera1); in findDngInterpolationFactor()