Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStillCaptureTest.java1026 long normalExposureValue = -1; in aeCompensationTestByCamera() local
1030 normalExposureValue = getExposureValue(normalResult); in aeCompensationTestByCamera()
1031 mCollector.expectInRange("Exposure setting out of bound", normalExposureValue, in aeCompensationTestByCamera()
1035 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()
1041 " normalExposureValue: " + normalExposureValue + in aeCompensationTestByCamera()
1081 double observedRatio = (double) compensatedExposureValue / normalExposureValue; in aeCompensationTestByCamera()