Searched refs:openTimeMs (Results 1 – 2 of 2) sorted by relevance
88 long openTimeMs, startPreviewTimeMs, stopPreviewTimeMs, closeTimeMs, takePictureTimeMs, in testLegacyApiPerformance() local92 openTimeMs = SystemClock.elapsedRealtime(); in testLegacyApiPerformance()94 cameraOpenTimes[i] = SystemClock.elapsedRealtime() - openTimeMs; in testLegacyApiPerformance()
169 long startTimeMs, openTimeMs, configureTimeMs, previewStartedTimeMs; in testCameraLaunch() local181 openTimeMs = SystemClock.elapsedRealtime(); in testCameraLaunch()182 cameraOpenTimes[i] = openTimeMs - startTimeMs; in testCameraLaunch()188 configureStreamTimes[i] = configureTimeMs - openTimeMs; in testCameraLaunch()