Searched refs:computeMatrixForCct (Results 1 – 4 of 4) sorted by relevance
35 abstract float[] computeMatrixForCct(int cct); in computeMatrixForCct() method in ColorTemperatureTintController
185 computeMatrixForCct(mAppliedCct); in getMatrix()221 computeMatrixForCct(mTargetCct); in setMatrix()251 public float[] computeMatrixForCct(int cct) { in computeMatrixForCct() method in DisplayWhiteBalanceTintController
751 tintController.computeMatrixForCct(to)); in applyTintByCct()771 tintController.computeMatrixForCct(value)); in applyTintByCct()800 tintController.computeMatrixForCct(to)); in applyTintByCct()
354 final float[] matrixDwb = mDisplayWhiteBalanceTintController.computeMatrixForCct(cct); in displayWhiteBalance_targetApplied_validateTransformMatrix()