Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java84 double[] cameraCloseTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local
139 cameraCloseTimes[i] = SystemClock.elapsedRealtime() - closeTimeMs; in testLegacyApiPerformance()
167 + Arrays.toString(cameraCloseTimes) in testLegacyApiPerformance()
168 + ". Average(ms): " + Stat.getAverage(cameraCloseTimes) in testLegacyApiPerformance()
169 + ". Min(ms): " + Stat.getMin(cameraCloseTimes) in testLegacyApiPerformance()
170 + ". Max(ms): " + Stat.getMax(cameraCloseTimes)); in testLegacyApiPerformance()
189 reportLog.addValues("camera_close_time", cameraCloseTimes, in testLegacyApiPerformance()