Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1209 long[] expTimes = new long[numCapturesDuringLock]; in autoAeMultipleCapturesThenTestLock() local
1211 Arrays.fill(expTimes, -1L); in autoAeMultipleCapturesThenTestLock()
1256 long[] expTimes = getExposureTimeTestValues(); in aeManualControlTest() local
1259 for (int i = 0; i < expTimes.length; i++) { in aeManualControlTest()
1263 + sensitivities[j] + ", exposure time " + expTimes[i] + "ns"); in aeManualControlTest()
1266 changeExposure(requestBuilder, expTimes[i], sensitivities[j]); in aeManualControlTest()
1270 long timeout = WAIT_FOR_RESULT_TIMEOUT_MS + expTimes[i]; in aeManualControlTest()
1274 validateExposureTime(expTimes[i], resultExpTime); in aeManualControlTest()