Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/camera2/
DMultiCameraPreviewActivity.java276 Map<String, Long> frameCountMap = getSessionFrameCounts(); in stopSession() local
284 sessionMetricsInfoText.addAll(getSessionFpsInfoText(frameCountMap, sessionDurationMs)); in stopSession()
302 Map<String, Long> frameCountMap = new HashMap<>(); in getSessionFrameCounts() local
305 frameCountMap.put( in getSessionFrameCounts()
310 return frameCountMap; in getSessionFrameCounts()
314 Map<String, Long> frameCountMap, Long sessionDurationMs) { in getSessionFpsInfoText() argument
316 for (Map.Entry<String, Long> entry : frameCountMap.entrySet()) { in getSessionFpsInfoText()