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.java129 public final float[] colorMatrix1; field in RawConverter.DngBayerMetadata
178 colorMatrix1 = new float[9]; in DngBayerMetadata()
182 colorMatrix1); in DngBayerMetadata() local
368 float[] normalizedColorMatrix1 = Arrays.copyOf(dngBayerMetadata.colorMatrix1, in convertToSRGB()
369 dngBayerMetadata.colorMatrix1.length); in convertToSRGB()
383 + Arrays.toString(dngBayerMetadata.colorMatrix1)); in convertToSRGB()
572 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument
596 multiply(calibrationTransform1, colorMatrix1, /*out*/XYZToCamera1); in findDngInterpolationFactor()