Searched refs:rtp_clock_by_send_ssrc_ (Results 1 – 2 of 2) sorted by relevance
99 for (iter = rtp_clock_by_send_ssrc_.begin(); in ~RtpDataMediaChannel()100 iter != rtp_clock_by_send_ssrc_.end(); in ~RtpDataMediaChannel()181 rtp_clock_by_send_ssrc_[stream.first_ssrc()] = new RtpClock( in AddSendStream()196 delete rtp_clock_by_send_ssrc_[ssrc]; in RemoveSendStream()197 rtp_clock_by_send_ssrc_.erase(ssrc); in RemoveSendStream()346 rtp_clock_by_send_ssrc_[header.ssrc]->Tick( in SendData()
135 std::map<uint32_t, RtpClock*> rtp_clock_by_send_ssrc_; variable