Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java187 double[] configureStreamTimes = new double[NUM_TEST_LOOPS]; in testCameraLaunch() local
226 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()