Searched refs:cameraOpenTimes (Results 1 – 2 of 2) sorted by relevance
81 double[] cameraOpenTimes = new double[NUM_TEST_LOOPS]; in testLegacyApiPerformance() local94 cameraOpenTimes[i] = SystemClock.elapsedRealtime() - openTimeMs; in testLegacyApiPerformance()145 + Arrays.toString(cameraOpenTimes) in testLegacyApiPerformance()146 + ". Average(ms): " + Stat.getAverage(cameraOpenTimes) in testLegacyApiPerformance()147 + ". Min(ms): " + Stat.getMin(cameraOpenTimes) in testLegacyApiPerformance()148 + ". Max(ms): " + Stat.getMax(cameraOpenTimes)); in testLegacyApiPerformance()179 reportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testLegacyApiPerformance()
186 double[] cameraOpenTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local220 cameraOpenTimes[i] = openTimeMs - startTimeMs; in testCameraLaunch()256 mReportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testCameraLaunch()278 + Arrays.toString(cameraOpenTimes) in testCameraLaunch()279 + ". Average(ms): " + Stat.getAverage(cameraOpenTimes) in testCameraLaunch()280 + ". Min(ms): " + Stat.getMin(cameraOpenTimes) in testCameraLaunch()281 + ". Max(ms): " + Stat.getMax(cameraOpenTimes)); in testCameraLaunch()