Searched refs:neutralColorPoint (Results 1 – 2 of 2) sorted by relevance
133 public final Rational[/*3*/] neutralColorPoint; field in RawConverter.DngBayerMetadata207 neutralColorPoint = dynamicMetadata.get(CaptureResult.SENSOR_NEUTRAL_COLOR_POINT); in DngBayerMetadata()391 + Arrays.toString(dngBayerMetadata.neutralColorPoint)); in convertToSRGB()408 dngBayerMetadata.neutralColorPoint); in convertToSRGB()414 dngBayerMetadata.neutralColorPoint, in convertToSRGB()457 new Float3(dngBayerMetadata.neutralColorPoint[0].floatValue(), in convertToSRGB()458 dngBayerMetadata.neutralColorPoint[1].floatValue(), in convertToSRGB()459 dngBayerMetadata.neutralColorPoint[2].floatValue())); in convertToSRGB()572 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor()599 float[] cameraNeutral = new float[] { neutralColorPoint[0].floatValue(), in findDngInterpolationFactor()[all …]
1189 Rational[] neutralColorPoint = mCollector.expectKeyValueNotNull("NeutralColorPoint", in verifyRawCaptureResult() local1191 if (neutralColorPoint != null) { in verifyRawCaptureResult()1193 neutralColorPoint.length); in verifyRawCaptureResult()1195 neutralColorPoint); in verifyRawCaptureResult()1196 mCollector.expectValuesGreaterOrEqual("NeutralColorPoint", neutralColorPoint, in verifyRawCaptureResult()