Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1577 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera() local
1578 if (expectedExposureValue < minExposureValue || in aeCompensationTestByCamera()
1579 expectedExposureValue > maxExposureValueStill) { in aeCompensationTestByCamera()
1584 " expectedExposureValue: " + expectedExposureValue + in aeCompensationTestByCamera()