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

Unified Diff: media/cast/net/rtcp/test_rtcp_packet_builder.h

Issue 427733002: Cast: Remove unused RTCP messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 years, 5 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 | « media/cast/net/rtcp/rtcp_utility.cc ('k') | media/cast/net/rtcp/test_rtcp_packet_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/test_rtcp_packet_builder.h
diff --git a/media/cast/net/rtcp/test_rtcp_packet_builder.h b/media/cast/net/rtcp/test_rtcp_packet_builder.h
index 153ced1fd65b0f7e6d8fd5fa58e0826776941147..afbf4c62534af55a04568b49053da3271ddb3258 100644
--- a/media/cast/net/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/net/rtcp/test_rtcp_packet_builder.h
@@ -36,13 +36,6 @@ static const int kDelayLastSr = 1000;
static const int kLastRr = 0x34561234;
static const int kDelayLastRr = 1000;
-// REMB.
-static const int kTestRembBitrate = 52428;
-
-// RPSI.
-static const int kPayloadtype = 126;
-static const uint64 kPictureId = 0x1234567890;
-
// NACK.
static const int kMissingPacket = 34567;
@@ -66,7 +59,6 @@ class TestRtcpPacketBuilder {
uint32 rtp_timestamp);
void AddRr(uint32 sender_ssrc, int number_of_report_blocks);
void AddRb(uint32 rtp_ssrc);
- void AddSdesCname(uint32 sender_ssrc, const std::string& c_name);
void AddXrHeader(uint32 sender_ssrc);
void AddXrDlrrBlock(uint32 sender_ssrc);
@@ -77,9 +69,6 @@ class TestRtcpPacketBuilder {
void AddNack(uint32 sender_ssrc, uint32 media_ssrc);
void AddSendReportRequest(uint32 sender_ssrc, uint32 media_ssrc);
- void AddPli(uint32 sender_ssrc, uint32 media_ssrc);
- void AddRpsi(uint32 sender_ssrc, uint32 media_ssrc);
- void AddRemb(uint32 sender_ssrc, uint32 media_ssrc);
void AddCast(uint32 sender_ssrc,
uint32 media_ssrc,
base::TimeDelta target_delay);
« no previous file with comments | « media/cast/net/rtcp/rtcp_utility.cc ('k') | media/cast/net/rtcp/test_rtcp_packet_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698