Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h

Issue 2320703003: Remove handling unused rtcp packets. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 365937474f78cee0c6c8d4f0cac61edf0895aac0..ff928054f9af5a0f0a3f48253149e3012d222ab0 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
@@ -161,11 +161,6 @@ class RTCPReceiver {
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
- void HandleXRVOIPMetric(
- RTCPUtility::RTCPParserV2& rtcpParser,
- RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
- EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
-
void HandleNACK(RTCPUtility::RTCPParserV2& rtcpParser,
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
@@ -201,14 +196,6 @@ class RTCPReceiver {
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
- void HandleIJ(RTCPUtility::RTCPParserV2& rtcpParser,
- RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
- EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
-
- void HandleIJItem(const RTCPUtility::RTCPPacket& rtcpPacket,
- RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
- EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
-
void HandleTMMBR(RTCPUtility::RTCPParserV2& rtcpParser,
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
@@ -240,14 +227,6 @@ class RTCPReceiver {
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
- void HandleAPP(RTCPUtility::RTCPParserV2& rtcpParser,
- RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
- EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
-
- void HandleAPPItem(RTCPUtility::RTCPParserV2& rtcpParser,
- RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
- EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
-
void HandleTransportFeedback(
RTCPUtility::RTCPParserV2* rtcp_parser,
RTCPHelp::RTCPPacketInformation* rtcp_packet_information)
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698