Searched refs:interpolationFactor (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 977 double interpolationFactor = findDngInterpolationFactor( in convertToSRGB() local 982 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor); in convertToSRGB() 988 interpolationFactor, /*out*/sensorToXYZ); in convertToSRGB() 1223 Rational[/*3*/] neutralColorPoint, double interpolationFactor, in calculateCameraToXYZD50Transform() argument 1230 lerp(calibrationTransform1, calibrationTransform2, interpolationFactor, in calculateCameraToXYZD50Transform() 1253 lerp(forwardTransform1, forwardTransform2, interpolationFactor, /*out*/intermediate); in calculateCameraToXYZD50Transform()
|