Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1072 long normalExposureValue = -1; in aeCompensationTestByCamera() local
1075 normalExposureValue = getExposureValue(normalResult); in aeCompensationTestByCamera()
1076 mCollector.expectInRange("Exposure setting out of bound", normalExposureValue, in aeCompensationTestByCamera()
1080 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()
1086 " normalExposureValue: " + normalExposureValue + in aeCompensationTestByCamera()
1125 double observedRatio = (double) compensatedExposureValue / normalExposureValue; in aeCompensationTestByCamera()