Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java83 double[] stopPreviewTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local
136 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()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java189 double[] stopPreviewTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local
243 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()