Searched refs:reportMap (Results 1 – 1 of 1) sorted by relevance
104 Map<String, String> reportMap = new HashMap<String, String>(); in getReportMap() local106 reportMap.put(value.name, value.value); in getReportMap()108 return reportMap; in getReportMap()128 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local129 String trackId = reportMap.get("googTrackId"); in updateEncoderStatistics()131 fps = reportMap.get("googFrameRateSent"); in updateEncoderStatistics()141 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local143 String frameWidth = reportMap.get("googFrameWidthReceived"); in updateEncoderStatistics()153 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local154 targetBitrate = reportMap.get("googTargetEncBitrate"); in updateEncoderStatistics()[all …]