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

/external/webrtc/talk/media/base/
H A Drtpdataengine.cc99 for (iter = rtp_clock_by_send_ssrc_.begin();
100 iter != rtp_clock_by_send_ssrc_.end();
181 rtp_clock_by_send_ssrc_[stream.first_ssrc()] = new RtpClock(
196 delete rtp_clock_by_send_ssrc_[ssrc];
197 rtp_clock_by_send_ssrc_.erase(ssrc);
346 rtp_clock_by_send_ssrc_[header.ssrc]->Tick(
H A Drtpdataengine.h135 std::map<uint32_t, RtpClock*> rtp_clock_by_send_ssrc_; member in class:cricket::RtpDataMediaChannel

Completed in 56 milliseconds