Searched refs:configureStreamTimes (Results 1 – 1 of 1) sorted by relevance
187 double[] configureStreamTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local226 configureStreamTimes[i] = configureTimeMs - openTimeMs; in testCameraLaunch()258 mReportLog.addValues("camera_configure_stream_time", configureStreamTimes, in testCameraLaunch()283 + Arrays.toString(configureStreamTimes) in testCameraLaunch()284 + ". Average(ms): " + Stat.getAverage(configureStreamTimes) in testCameraLaunch()285 + ". Min(ms): " + Stat.getMin(configureStreamTimes) in testCameraLaunch()286 + ". Max(ms): " + Stat.getMax(configureStreamTimes)); in testCameraLaunch()