Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_help.cc97 const RTCPReportBlockInformation& report_block_info) in AddReportInfo()
103 RTCPReportBlockInformation::RTCPReportBlockInformation(): in RTCPReportBlockInformation() function in webrtc::RTCPHelp::RTCPReportBlockInformation
115 RTCPReportBlockInformation::~RTCPReportBlockInformation() in ~RTCPReportBlockInformation()
Drtcp_receiver_help.h31 class RTCPReportBlockInformation
34 RTCPReportBlockInformation();
35 ~RTCPReportBlockInformation();
63 void AddReportInfo(const RTCPReportBlockInformation& report_block_info);
Drtcp_receiver.h258 typedef std::map<uint32_t, RTCPHelp::RTCPReportBlockInformation*>
263 RTCPHelp::RTCPReportBlockInformation* CreateOrGetReportBlockInformation(
266 RTCPHelp::RTCPReportBlockInformation* GetReportBlockInformation(
Drtcp_receiver.cc28 using RTCPHelp::RTCPReportBlockInformation;
172 RTCPReportBlockInformation* reportBlock = in RTT()
497 RTCPReportBlockInformation* reportBlock = in HandleReportBlock()
587 RTCPReportBlockInformation* RTCPReceiver::CreateOrGetReportBlockInformation( in CreateOrGetReportBlockInformation()
590 RTCPReportBlockInformation* info = in CreateOrGetReportBlockInformation()
593 info = new RTCPReportBlockInformation; in CreateOrGetReportBlockInformation()
599 RTCPReportBlockInformation* RTCPReceiver::GetReportBlockInformation( in GetReportBlockInformation()