Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java82 double[] startPreviewTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local
115 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()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java188 double[] startPreviewTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local
233 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()