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.java227 float[] forwardTransform1, float[] forwardTransform2, Rational[/*3*/] neutralColorPoint, in convertToSRGB()
274 Log.d(TAG, "NeutralColorPoint: " + Arrays.toString(neutralColorPoint)); in convertToSRGB()
307 normalizedColorMatrix1, normalizedColorMatrix2, neutralColorPoint); in convertToSRGB()
311 calibrationTransform1, calibrationTransform2, neutralColorPoint, in convertToSRGB()
340 converterKernel.set_neutralPoint(new Float3(neutralColorPoint[0].floatValue(), in convertToSRGB()
341 neutralColorPoint[1].floatValue(), neutralColorPoint[2].floatValue())); in convertToSRGB()
477 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor()
504 float[] cameraNeutral = new float[] { neutralColorPoint[0].floatValue(), in findDngInterpolationFactor()
505 neutralColorPoint[1].floatValue(), neutralColorPoint[2].floatValue()}; in findDngInterpolationFactor()
591 Rational[/*3*/] neutralColorPoint, double interpolationFactor, in calculateCameraToXYZD50Transform()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java883 Rational[] neutralColorPoint = mCollector.expectKeyValueNotNull("NeutralColorPoint", in verifyRawCaptureResult() local
885 if (neutralColorPoint != null) { in verifyRawCaptureResult()
887 neutralColorPoint.length); in verifyRawCaptureResult()
889 neutralColorPoint); in verifyRawCaptureResult()
890 mCollector.expectValuesGreaterOrEqual("NeutralColorPoint", neutralColorPoint, in verifyRawCaptureResult()