Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStillCaptureTest.java1007 maxExposureValuePreview = getMaxExposureValue(previewRequest, maxExposureTimeUs, in aeCompensationTestByCamera()
1009 maxExposureValueStill = getMaxExposureValue(stillRequest, maxExposureTimeUs, in aeCompensationTestByCamera()
1127 private long getMaxExposureValue(CaptureRequest.Builder request, long maxExposureTimeUs, in getMaxExposureValue() method in StillCaptureTest