Searched refs:reportMap (Results 1 – 1 of 1) sorted by relevance
107 Map<String, String> reportMap = new HashMap<>(); in getReportMap() local109 reportMap.put(value.name, value.value); in getReportMap()111 return reportMap; in getReportMap()130 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local131 String trackId = reportMap.get("googTrackId"); in updateEncoderStatistics()133 fps = reportMap.get("googFrameRateSent"); in updateEncoderStatistics()143 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local145 String frameWidth = reportMap.get("googFrameWidthReceived"); in updateEncoderStatistics()155 Map<String, String> reportMap = getReportMap(report); in updateEncoderStatistics() local156 targetBitrate = reportMap.get("googTargetEncBitrate"); in updateEncoderStatistics()[all …]