Home
last modified time | relevance | path

Searched defs: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
302 Map<String, Long> frameCountMap = new HashMap<>(); in getSessionFrameCounts() local
314 Map<String, Long> frameCountMap, Long sessionDurationMs) { in getSessionFpsInfoText()