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

Side by Side Diff: media/cast/transport/cast_transport_config.cc

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 6 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "media/cast/transport/cast_transport_config.h" 5 #include "media/cast/transport/cast_transport_config.h"
6 6
7 namespace media { 7 namespace media {
8 namespace cast { 8 namespace cast {
9 namespace transport { 9 namespace transport {
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 extended_high_sequence_number(0), 62 extended_high_sequence_number(0),
63 jitter(0), 63 jitter(0),
64 last_sr(0), 64 last_sr(0),
65 delay_since_last_sr(0) {} 65 delay_since_last_sr(0) {}
66 RtcpReportBlock::~RtcpReportBlock() {} 66 RtcpReportBlock::~RtcpReportBlock() {}
67 67
68 RtcpDlrrReportBlock::RtcpDlrrReportBlock() 68 RtcpDlrrReportBlock::RtcpDlrrReportBlock()
69 : last_rr(0), delay_since_last_rr(0) {} 69 : last_rr(0), delay_since_last_rr(0) {}
70 RtcpDlrrReportBlock::~RtcpDlrrReportBlock() {} 70 RtcpDlrrReportBlock::~RtcpDlrrReportBlock() {}
71 71
72 SendRtcpFromRtpSenderData::SendRtcpFromRtpSenderData()
73 : packet_type_flags(0),
74 sending_ssrc(0) {}
75 SendRtcpFromRtpSenderData::~SendRtcpFromRtpSenderData() {}
76
72 } // namespace transport 77 } // namespace transport
73 } // namespace cast 78 } // namespace cast
74 } // namespace media 79 } // namespace media
OLDNEW
« no previous file with comments | « media/cast/transport/cast_transport_config.h ('k') | media/cast/transport/cast_transport_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698