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.java74 double[] cameraTakePictureTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local
117 cameraTakePictureTimes[i] = SystemClock.elapsedRealtime() - takePictureTimeMs; in testLegacyApiPerformance()
161 + Arrays.toString(cameraTakePictureTimes) in testLegacyApiPerformance()
162 + ". Average(ms): " + Stat.getAverage(cameraTakePictureTimes) in testLegacyApiPerformance()
163 + ". Min(ms): " + Stat.getMin(cameraTakePictureTimes) in testLegacyApiPerformance()
164 + ". Max(ms): " + Stat.getMax(cameraTakePictureTimes)); in testLegacyApiPerformance()
167 avgCameraTakePictureTimes[id] = Stat.getAverage(cameraTakePictureTimes); in testLegacyApiPerformance()
180 reportLog.addValues("camera_takepicture_time", cameraTakePictureTimes, in testLegacyApiPerformance()