Searched refs:RtpClock (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
H A Drtpdataengine.h67 class RtpClock { class in namespace:cricket
69 RtpClock(int clockrate, uint16_t first_seq_num, uint32_t timestamp_offset) function in class:cricket::RtpClock
87 // Timing* Used for the RtpClock
135 std::map<uint32_t, RtpClock*> rtp_clock_by_send_ssrc_;
H A Drtpdataengine.cc98 std::map<uint32_t, RtpClock*>::const_iterator iter;
106 void RtpClock::Tick(double now, int* seq_num, uint32_t* timestamp) {
181 rtp_clock_by_send_ssrc_[stream.first_ssrc()] = new RtpClock(

Completed in 42 milliseconds