Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java104 Map<String, String> reportMap = new HashMap<String, String>(); in getReportMap() local
106 reportMap.put(value.name, value.value); in getReportMap()
108 return reportMap; in getReportMap()
128 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local
129 String trackId = reportMap.get("googTrackId"); in updateEncoderStatistics()
131 fps = reportMap.get("googFrameRateSent"); in updateEncoderStatistics()
141 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local
143 String frameWidth = reportMap.get("googFrameWidthReceived"); in updateEncoderStatistics()
153 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local
154 targetBitrate = reportMap.get("googTargetEncBitrate"); in updateEncoderStatistics()
[all …]