Searched refs:expectedRatio (Results 1 – 1 of 1) sorted by relevance
1066 double expectedRatio = Math.pow(2.0, exposureCompensation / stepsPerEv); in aeCompensationTestByCamera() local1080 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()1085 Log.v(TAG, "Expect ratio: " + expectedRatio + in aeCompensationTestByCamera()1126 double error = observedRatio / expectedRatio; in aeCompensationTestByCamera()1132 expectedRatio, observedRatio, in aeCompensationTestByCamera()