Searched refs:expectedRatio (Results 1 – 1 of 1) sorted by relevance
1561 double expectedRatio = Math.pow(2.0, exposureCompensation / stepsPerEv); in aeCompensationTestByCamera() local1577 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()1582 Log.v(TAG, "Expect ratio: " + expectedRatio + in aeCompensationTestByCamera()1624 double error = observedRatio / expectedRatio; in aeCompensationTestByCamera()1630 expectedRatio, observedRatio, in aeCompensationTestByCamera()