Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1075 normalExposureValue = getExposureValue(normalResult); in aeCompensationTestByCamera()
1122 long compensatedExposureValue = getExposureValue(compensatedResult); in aeCompensationTestByCamera()
1165 private long getExposureValue(CaptureResult result) throws Exception { in getExposureValue() method in StillCaptureTest