Home
last modified time | relevance | path

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

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