Searched refs:stopPreviewTimes (Results 1 – 2 of 2) sorted by relevance
83 double[] stopPreviewTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local136 stopPreviewTimes[i] = closeTimeMs - stopPreviewTimeMs; in testLegacyApiPerformance()162 + Arrays.toString(stopPreviewTimes) in testLegacyApiPerformance()163 + ". Average(ms): " + Stat.getAverage(stopPreviewTimes) in testLegacyApiPerformance()164 + ". Min(ms): " + Stat.getMin(stopPreviewTimes) in testLegacyApiPerformance()165 + ". Max(ms): " + Stat.getMax(stopPreviewTimes)); in testLegacyApiPerformance()187 reportLog.addValues("camera_stop_preview", stopPreviewTimes, in testLegacyApiPerformance()
189 double[] stopPreviewTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local243 stopPreviewTimes[i] = SystemClock.elapsedRealtime() - startTimeMs; in testCameraLaunch()262 mReportLog.addValues("camera_camera_stop_preview", stopPreviewTimes, in testCameraLaunch()293 + Arrays.toString(stopPreviewTimes) in testCameraLaunch()294 + ". Average(ms): " + Stat.getAverage(stopPreviewTimes) in testCameraLaunch()295 + ". nMin(ms): " + Stat.getMin(stopPreviewTimes) in testCameraLaunch()296 + ". nMax(ms): " + Stat.getMax(stopPreviewTimes)); in testCameraLaunch()