Home
last modified time | relevance | path

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

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