Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can be shared by both audio and video engine.

BUG=3111
TEST=try bots
R=mflodman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/13459004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6074 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org
2014-05-07 17:09:44 +00:00
parent 25a344edc6
commit 66773a032a
21 changed files with 102 additions and 128 deletions

View File

@ -18,7 +18,7 @@
namespace webrtc {
class Clock;
class VCMTimestampExtrapolator;
class TimestampExtrapolator;
class VCMTiming {
public:
@ -101,7 +101,7 @@ class VCMTiming {
CriticalSectionWrapper* crit_sect_;
Clock* clock_;
bool master_;
VCMTimestampExtrapolator* ts_extrapolator_;
TimestampExtrapolator* ts_extrapolator_;
VCMCodecTimer codec_timer_;
uint32_t render_delay_ms_;
uint32_t min_playout_delay_ms_;