Searched refs:startPreviewTimes (Results 1 – 2 of 2) sorted by relevance
82 double[] startPreviewTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local115 startPreviewTimes[i] = SystemClock.elapsedRealtime() - startPreviewTimeMs; in testLegacyApiPerformance()150 + Arrays.toString(startPreviewTimes) in testLegacyApiPerformance()151 + ". Average(ms): " + Stat.getAverage(startPreviewTimes) in testLegacyApiPerformance()152 + ". Min(ms): " + Stat.getMin(startPreviewTimes) in testLegacyApiPerformance()153 + ". Max(ms): " + Stat.getMax(startPreviewTimes)); in testLegacyApiPerformance()181 reportLog.addValues("camera_start_preview_time", startPreviewTimes, in testLegacyApiPerformance()
188 double[] startPreviewTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local233 startPreviewTimes[i] = previewStartedTimeMs - configureTimeMs; in testCameraLaunch()260 mReportLog.addValues("camera_start_preview_time", startPreviewTimes, in testCameraLaunch()288 + Arrays.toString(startPreviewTimes) in testCameraLaunch()289 + ". Average(ms): " + Stat.getAverage(startPreviewTimes) in testCameraLaunch()290 + ". Min(ms): " + Stat.getMin(startPreviewTimes) in testCameraLaunch()291 + ". Max(ms): " + Stat.getMax(startPreviewTimes)); in testCameraLaunch()