Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1174 long maxFrameDurationUs = Math.round(1000000.0 / fpsRange.getLower()); in getMaxExposureValue() local
1175 long currentMaxExposureTimeUs = Math.min(maxFrameDurationUs, maxExposureTimeUs); in getMaxExposureValue()