Searched refs:cameraTakePictureTimes (Results 1 – 1 of 1) sorted by relevance
85 double[] cameraTakePictureTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local128 cameraTakePictureTimes[i] = SystemClock.elapsedRealtime() - takePictureTimeMs; in testLegacyApiPerformance()172 + Arrays.toString(cameraTakePictureTimes) in testLegacyApiPerformance()173 + ". Average(ms): " + Stat.getAverage(cameraTakePictureTimes) in testLegacyApiPerformance()174 + ". Min(ms): " + Stat.getMin(cameraTakePictureTimes) in testLegacyApiPerformance()175 + ". Max(ms): " + Stat.getMax(cameraTakePictureTimes)); in testLegacyApiPerformance()178 avgCameraTakePictureTimes[count++] = Stat.getAverage(cameraTakePictureTimes); in testLegacyApiPerformance()191 reportLog.addValues("camera_takepicture_time", cameraTakePictureTimes, in testLegacyApiPerformance()