Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java123 public final Rational[/*3*/] neutralColorPoint; field in RawConverter.DngBayerMetadata
197 neutralColorPoint = dynamicMetadata.get(CaptureResult.SENSOR_NEUTRAL_COLOR_POINT); in DngBayerMetadata()
964 + Arrays.toString(dngBayerMetadata.neutralColorPoint)); in convertToSRGB()
981 dngBayerMetadata.neutralColorPoint); in convertToSRGB()
987 dngBayerMetadata.neutralColorPoint, in convertToSRGB()
1020 new float[]{dngBayerMetadata.neutralColorPoint[0].floatValue(), in convertToSRGB()
1021 dngBayerMetadata.neutralColorPoint[1].floatValue(), in convertToSRGB()
1022 dngBayerMetadata.neutralColorPoint[2].floatValue()}); in convertToSRGB()
1109 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor()
1136 float[] cameraNeutral = new float[] { neutralColorPoint[0].floatValue(), in findDngInterpolationFactor()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1306 Rational[] neutralColorPoint = mCollector.expectKeyValueNotNull("NeutralColorPoint", in verifyRawCaptureResult() local
1308 if (neutralColorPoint != null) { in verifyRawCaptureResult()
1310 neutralColorPoint.length); in verifyRawCaptureResult()
1312 neutralColorPoint); in verifyRawCaptureResult()
1313 mCollector.expectValuesGreaterOrEqual("NeutralColorPoint", neutralColorPoint, in verifyRawCaptureResult()