Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel.h607 rtc::scoped_ptr<RtpPacketSenderProxy> rtp_packet_sender_proxy_; variable
Dchannel.cc895 rtp_packet_sender_proxy_(pacing_enabled_ ? new RtpPacketSenderProxy() in Channel()
921 configuration.paced_sender = rtp_packet_sender_proxy_.get(); in Channel()
2937 RTC_DCHECK(rtp_packet_sender_proxy_.get()); in SetCongestionControlObjects()
2938 rtp_packet_sender_proxy_->SetPacketSender(rtp_packet_sender); in SetCongestionControlObjects()