Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java107 Map<String, String> reportMap = new HashMap<>(); in getReportMap() local
109 reportMap.put(value.name, value.value); in getReportMap()
111 return reportMap; in getReportMap()
130 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local
131 String trackId = reportMap.get("googTrackId"); in updateEncoderStatistics()
133 fps = reportMap.get("googFrameRateSent"); in updateEncoderStatistics()
143 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local
145 String frameWidth = reportMap.get("googFrameWidthReceived"); in updateEncoderStatistics()
155 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local
156 targetBitrate = reportMap.get("googTargetEncBitrate"); in updateEncoderStatistics()
[all …]