Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java81 double[] cameraOpenTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local
94 cameraOpenTimes[i] = SystemClock.elapsedRealtime() - openTimeMs; in testLegacyApiPerformance()
145 + Arrays.toString(cameraOpenTimes) in testLegacyApiPerformance()
146 + ". Average(ms): " + Stat.getAverage(cameraOpenTimes) in testLegacyApiPerformance()
147 + ". Min(ms): " + Stat.getMin(cameraOpenTimes) in testLegacyApiPerformance()
148 + ". Max(ms): " + Stat.getMax(cameraOpenTimes)); in testLegacyApiPerformance()
179 reportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testLegacyApiPerformance()