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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc

Issue 2366563002: Move class RTCPHelp::RTCPPacketInformation into RTCPReceiver (Closed)
Patch Set: nit 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 | « webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
index 91d45f579c423aa2af076ea049b6a0e4d7edda23..a80866c3f8613e4a3d6c2a89eb120140e7b980bd 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
@@ -19,28 +19,6 @@
namespace webrtc {
namespace RTCPHelp {
-RTCPPacketInformation::RTCPPacketInformation()
- : rtcpPacketTypeFlags(0),
- remoteSSRC(0),
- nackSequenceNumbers(),
- rtt(0),
- sliPictureId(0),
- rpsiPictureId(0),
- receiverEstimatedMaxBitrate(0),
- ntp_secs(0),
- ntp_frac(0),
- rtp_timestamp(0),
- xr_originator_ssrc(0),
- xr_dlrr_item(false) {}
-
-RTCPPacketInformation::~RTCPPacketInformation() {}
-
-void RTCPPacketInformation::AddReportInfo(
- const RTCPReportBlockInformation& report_block_info) {
- this->rtt = report_block_info.RTT;
- report_blocks.push_back(report_block_info.remoteReceiveBlock);
-}
-
RTCPReportBlockInformation::RTCPReportBlockInformation()
: remoteReceiveBlock(),
remoteMaxJitter(0),
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698