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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_help.h26 class RTCPReportBlockInformation class in namespace:webrtc::RTCPHelp
29 RTCPReportBlockInformation();
30 ~RTCPReportBlockInformation();
58 void AddReportInfo(const RTCPReportBlockInformation& report_block_info);
H A Drtcp_receiver_help.cc97 const RTCPReportBlockInformation& report_block_info)
103 RTCPReportBlockInformation::RTCPReportBlockInformation(): function in class:webrtc::RTCPReportBlockInformation
115 RTCPReportBlockInformation::~RTCPReportBlockInformation()
H A Drtcp_receiver.h118 RTCPHelp::RTCPReportBlockInformation* CreateReportBlockInformation(const uint32_t remoteSSRC);
119 RTCPHelp::RTCPReportBlockInformation* GetReportBlockInformation(const uint32_t remoteSSRC) const;
255 std::map<uint32_t, RTCPHelp::RTCPReportBlockInformation*>
H A Drtcp_receiver.cc67 std::map<uint32_t, RTCPReportBlockInformation*>::iterator first =
175 RTCPReportBlockInformation* reportBlock =
195 RTCPReportBlockInformation* reportBlock =
298 std::map<uint32_t, RTCPReportBlockInformation*>::const_iterator it =
506 RTCPReportBlockInformation* reportBlock =
594 RTCPReportBlockInformation*
598 std::map<uint32_t, RTCPReportBlockInformation*>::iterator it =
601 RTCPReportBlockInformation* ptrReportBlockInfo = NULL;
605 ptrReportBlockInfo = new RTCPReportBlockInformation;
611 RTCPReportBlockInformation*
[all...]

Completed in 240 milliseconds