Home
last modified time | relevance | path

Searched refs:SetRtpRtcpModule (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc52 void SetRtpRtcpModule(ModuleRtpRtcpImpl* receiver) { in SetRtpRtcpModule() function in webrtc::__anon9a08db750111::SendTransport
126 sender_.transport_.SetRtpRtcpModule(receiver_.impl_.get()); in RtpRtcpImplTest()
127 receiver_.transport_.SetRtpRtcpModule(sender_.impl_.get()); in RtpRtcpImplTest()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.h56 void SetRtpRtcpModule(RtpRtcp* module);
Dvie_receiver.cc115 void ViEReceiver::SetRtpRtcpModule(RtpRtcp* module) { in SetRtpRtcpModule() function in webrtc::ViEReceiver
Dvie_channel.cc121 vie_receiver_.SetRtpRtcpModule(rtp_rtcp_.get()); in ViEChannel()