HomeSort by relevance Sort by last modified time
    Searched refs:ReportBlockInfoMap (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 85 ReportBlockInfoMap* info_map = &(it->second);
87 ReportBlockInfoMap::iterator it_info = info_map->begin();
276 const ReportBlockInfoMap* info_map = &(it->second);
277 ReportBlockInfoMap::const_iterator it_info = info_map->begin();
606 const ReportBlockInfoMap* info_map = &(it->second);
607 ReportBlockInfoMap::const_iterator it_info = info_map->find(remote_ssrc);
855 ReportBlockInfoMap* info_map = &(it->second);
856 ReportBlockInfoMap::iterator it_info = info_map->find(
    [all...]
rtcp_receiver.h 259 ReportBlockInfoMap;
261 typedef std::map<uint32_t, ReportBlockInfoMap> ReportBlockMap;

Completed in 36 milliseconds