Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1534 long[] expTimes = new long[numCapturesDuringLock]; in autoAeMultipleCapturesThenTestLock() local
1536 Arrays.fill(expTimes, -1L); in autoAeMultipleCapturesThenTestLock()
1581 long[] expTimes = getExposureTimeTestValues(); in aeManualControlTest() local
1584 for (int i = 0; i < expTimes.length; i++) { in aeManualControlTest()
1588 + sensitivities[j] + ", exposure time " + expTimes[i] + "ns"); in aeManualControlTest()
1591 changeExposure(requestBuilder, expTimes[i], sensitivities[j]); in aeManualControlTest()
1595 long timeout = WAIT_FOR_RESULT_TIMEOUT_MS + expTimes[i]; in aeManualControlTest()
1599 validateExposureTime(expTimes[i], resultExpTime); in aeManualControlTest()