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

Side by Side Diff: media/cast/sender/rtp_timestamp_helper.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes 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 unified diff | Download patch | Annotate | Revision Log
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 #ifndef MEDIA_CAST_RTP_TIMESTAMP_HELPER_H_ 5 #ifndef MEDIA_CAST_SENDER_RTP_TIMESTAMP_HELPER_H_
6 #define MEDIA_CAST_RTP_TIMESTAMP_HELPER_H_ 6 #define MEDIA_CAST_SENDER_RTP_TIMESTAMP_HELPER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/time/time.h" 9 #include "base/time/time.h"
10 10
11 namespace media { 11 namespace media {
12 namespace cast { 12 namespace cast {
13 13
14 // A helper class used to convert current time ticks into RTP timestamp. 14 // A helper class used to convert current time ticks into RTP timestamp.
15 class RtpTimestampHelper { 15 class RtpTimestampHelper {
16 public: 16 public:
(...skipping 14 matching lines...) Expand all
31 int frequency_; 31 int frequency_;
32 base::TimeTicks last_capture_time_; 32 base::TimeTicks last_capture_time_;
33 uint32 last_rtp_timestamp_; 33 uint32 last_rtp_timestamp_;
34 34
35 DISALLOW_COPY_AND_ASSIGN(RtpTimestampHelper); 35 DISALLOW_COPY_AND_ASSIGN(RtpTimestampHelper);
36 }; 36 };
37 37
38 } // namespace cast 38 } // namespace cast
39 } // namespace media 39 } // namespace media
40 40
41 #endif // MEDIA_CAST_CAST_DEFINES_H_ 41 #endif // MEDIA_CAST_SENDER_RTP_TIMESTAMP_HELPER_H_
OLDNEW
« no previous file with comments | « media/cast/sender/fake_software_video_encoder.cc ('k') | media/cast/sender/rtp_timestamp_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698