Searched refs:expectedRatio (Results 1 – 1 of 1) sorted by relevance
1020 double expectedRatio = Math.pow(2.0, exposureCompensation / stepsPerEv); in aeCompensationTestByCamera() local1035 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()1040 Log.v(TAG, "Expect ratio: " + expectedRatio + in aeCompensationTestByCamera()1082 double error = observedRatio / expectedRatio; in aeCompensationTestByCamera()1088 expectedRatio, observedRatio, in aeCompensationTestByCamera()