Searched refs:cameraCloseTimes (Results 1 – 1 of 1) sorted by relevance
84 double[] cameraCloseTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local139 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()