Searched refs:RtpClock (Results 1 – 2 of 2) sorted by relevance
67 class RtpClock {69 RtpClock(int clockrate, uint16_t first_seq_num, uint32_t timestamp_offset) in RtpClock() function135 std::map<uint32_t, RtpClock*> rtp_clock_by_send_ssrc_;
98 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()