Searched refs:RtpPacketSenderProxy (Results 1 – 2 of 2) sorted by relevance
73 class RtpPacketSenderProxy; variable607 rtc::scoped_ptr<RtpPacketSenderProxy> rtp_packet_sender_proxy_;
117 class RtpPacketSenderProxy : public RtpPacketSender { class119 RtpPacketSenderProxy() : rtp_packet_sender_(nullptr) { in RtpPacketSenderProxy() function in webrtc::voe::RtpPacketSenderProxy895 rtp_packet_sender_proxy_(pacing_enabled_ ? new RtpPacketSenderProxy() in Channel()