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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_help.cc119 RTCPReceiveInformation::RTCPReceiveInformation() function in class:webrtc::RTCPReceiveInformation
126 RTCPReceiveInformation::~RTCPReceiveInformation() {
131 void RTCPReceiveInformation::VerifyAndAllocateTMMBRSet(
140 void RTCPReceiveInformation::InsertTMMBRItem(
163 int32_t RTCPReceiveInformation::GetTMMBRSet(
189 void RTCPReceiveInformation::VerifyAndAllocateBoundingSet(
H A Drtcp_receiver_help.h91 class RTCPReceiveInformation class in namespace:webrtc::RTCPHelp
94 RTCPReceiveInformation();
95 ~RTCPReceiveInformation();
H A Drtcp_receiver.h124 RTCPHelp::RTCPReceiveInformation* CreateReceiveInformation(const uint32_t remoteSSRC);
125 RTCPHelp::RTCPReceiveInformation* GetReceiveInformation(const uint32_t remoteSSRC);
127 void UpdateReceiveInformation( RTCPHelp::RTCPReceiveInformation& receiveInformation);
194 void HandleTMMBRItem(RTCPHelp::RTCPReceiveInformation& receiveInfo,
205 void HandleTMMBNItem(RTCPHelp::RTCPReceiveInformation& receiveInfo,
211 void HandleFIRItem(RTCPHelp::RTCPReceiveInformation* receiveInfo,
222 typedef std::map<uint32_t, RTCPHelp::RTCPReceiveInformation*>
H A Drtcp_receiver.cc73 std::map<uint32_t, RTCPReceiveInformation*>::iterator first =
419 RTCPReceiveInformation* ptrReceiveInfo = CreateReceiveInformation(remoteSSRC);
653 RTCPReceiveInformation*
657 std::map<uint32_t, RTCPReceiveInformation*>::iterator it =
663 RTCPReceiveInformation* receiveInfo = new RTCPReceiveInformation;
668 RTCPReceiveInformation*
672 std::map<uint32_t, RTCPReceiveInformation*>::iterator it =
681 RTCPReceiveInformation& receiveInformation) {
721 std::map<uint32_t, RTCPReceiveInformation*>
[all...]

Completed in 35 milliseconds