Searched refs:AddRtpModule (Results 1 – 5 of 5) sorted by relevance
38 packet_router_->AddRtpModule(&rtp_1); in TEST_F()39 packet_router_->AddRtpModule(&rtp_2); in TEST_F()112 packet_router_->AddRtpModule(&rtp_1); in TEST_F()113 packet_router_->AddRtpModule(&rtp_2); in TEST_F()
39 void AddRtpModule(RtpRtcp* rtp_module);
28 void PacketRouter::AddRtpModule(RtpRtcp* rtp_module) { in AddRtpModule() function in webrtc::PacketRouter
156 packet_router_->AddRtpModule(rtp_rtcp_modules_[0]); in Init()420 packet_router_->AddRtpModule(rtp_rtcp_modules_[i]); in SetSendCodec()
2945 packet_router->AddRtpModule(_rtpRtcpModule.get()); in SetCongestionControlObjects()