Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java607 long[] startTimes = new long[NUM_MAX_IMAGES]; in testMultipleCapture() local
682 startTimes[j] = SystemClock.elapsedRealtime(); in testMultipleCapture()
700 (double)(captureResultNTime.second - startTimes[j])/NUM_TEST_LOOPS; in testMultipleCapture()