Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java85 double[] cameraTakePictureTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local
128 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()