| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| index ace82f043d6e4d533426bc7030cd8a3a6a046ddd..1cb816c41d456d332b1e13881638c5634ec0c279 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| @@ -146,9 +146,6 @@ class RTCPReceiver {
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleSDESChunk(RTCPUtility::RTCPParserV2& rtcpParser)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleXrHeader(RTCPUtility::RTCPParserV2& parser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| @@ -163,19 +160,10 @@ class RTCPReceiver {
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleXrDlrrReportBlockItem(
|
| - const RTCPUtility::RTCPPacket& packet,
|
| - RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleNACK(RTCPUtility::RTCPParserV2& rtcpParser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleNACKItem(const RTCPUtility::RTCPPacket& rtcpPacket,
|
| - RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleBYE(RTCPUtility::RTCPParserV2& rtcpParser)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| @@ -187,10 +175,6 @@ class RTCPReceiver {
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleSLIItem(const RTCPUtility::RTCPPacket& rtcpPacket,
|
| - RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleRPSI(RTCPUtility::RTCPParserV2& rtcpParser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| @@ -199,20 +183,10 @@ class RTCPReceiver {
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleREMBItem(RTCPUtility::RTCPParserV2& rtcpParser,
|
| - RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleTMMBR(RTCPUtility::RTCPParserV2& rtcpParser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleTMMBRItem(RTCPHelp::RTCPReceiveInformation& receiveInfo,
|
| - const RTCPUtility::RTCPPacket& rtcpPacket,
|
| - RTCPHelp::RTCPPacketInformation& rtcpPacketInformation,
|
| - uint32_t senderSSRC)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleTMMBN(RTCPUtility::RTCPParserV2& rtcpParser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| @@ -221,19 +195,10 @@ class RTCPReceiver {
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleTMMBNItem(RTCPHelp::RTCPReceiveInformation& receiveInfo,
|
| - const RTCPUtility::RTCPPacket& rtcpPacket)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleFIR(RTCPUtility::RTCPParserV2& rtcpParser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|
| - void HandleFIRItem(RTCPHelp::RTCPReceiveInformation* receiveInfo,
|
| - const RTCPUtility::RTCPPacket& rtcpPacket,
|
| - RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| - EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| -
|
| void HandleTransportFeedback(
|
| RTCPUtility::RTCPParserV2* rtcp_parser,
|
| RTCPHelp::RTCPPacketInformation* rtcp_packet_information)
|
|
|