Home
last modified time | relevance | path

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

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