HomeSort by relevance Sort by last modified time
    Searched refs:RtpClock (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
rtpdataengine.h 67 class RtpClock {
69 RtpClock(int clockrate, uint16_t first_seq_num, uint32_t timestamp_offset)
87 // Timing* Used for the RtpClock
135 std::map<uint32_t, RtpClock*> rtp_clock_by_send_ssrc_;
rtpdataengine.cc 98 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 100 milliseconds