Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStillCaptureTest.java1035 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera() local
1036 if (expectedExposureValue < minExposureValue || in aeCompensationTestByCamera()
1037 expectedExposureValue > maxExposureValueStill) { in aeCompensationTestByCamera()
1042 " expectedExposureValue: " + expectedExposureValue + in aeCompensationTestByCamera()