Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java552 Range<Long> exposureRangeNs = new Range<Long>(mStaticInfo.getExposureMinimumOrDefault(), in createBurstRequest() local
558 Log.i(TAG, String.format("Exposure time - max: %d, min: %d.", exposureRangeNs.getUpper(), in createBurstRequest()
559 exposureRangeNs.getLower())); in createBurstRequest()
571 exposureRangeNs.getLower() * exposureMultipliers[i], in createBurstRequest()
572 exposureRangeNs.getUpper()); in createBurstRequest()