Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc85 ReportBlockInfoMap* info_map = &(it->second); in ~RTCPReceiver()
87 ReportBlockInfoMap::iterator it_info = info_map->begin(); in ~RTCPReceiver()
276 const ReportBlockInfoMap* info_map = &(it->second); in StatisticsReceived()
277 ReportBlockInfoMap::const_iterator it_info = info_map->begin(); in StatisticsReceived()
606 const ReportBlockInfoMap* info_map = &(it->second); in GetReportBlockInformation()
607 ReportBlockInfoMap::const_iterator it_info = info_map->find(remote_ssrc); in GetReportBlockInformation()
855 ReportBlockInfoMap* info_map = &(it->second); in HandleBYE()
856 ReportBlockInfoMap::iterator it_info = info_map->find( in HandleBYE()
Drtcp_receiver.h259 ReportBlockInfoMap; typedef
261 typedef std::map<uint32_t, ReportBlockInfoMap> ReportBlockMap;