Home
last modified time | relevance | path

Searched refs:expectedRatio (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStillCaptureTest.java1020 double expectedRatio = Math.pow(2.0, exposureCompensation / stepsPerEv); in aeCompensationTestByCamera() local
1035 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()