Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_receiver.h62 void SetRtpRtcpModule(RtpRtcp* module);
Dvie_receiver.cc146 void ViEReceiver::SetRtpRtcpModule(RtpRtcp* module) { in SetRtpRtcpModule() function in webrtc::ViEReceiver
Dvie_channel.cc140 vie_receiver_.SetRtpRtcpModule(rtp_rtcp_modules_[0]); in ViEChannel()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc61 void SetRtpRtcpModule(ModuleRtpRtcpImpl* receiver) { in SetRtpRtcpModule() function in webrtc::__anonb1379db30111::SendTransport
187 sender_.transport_.SetRtpRtcpModule(receiver_.impl_.get()); in RtpRtcpImplTest()
188 receiver_.transport_.SetRtpRtcpModule(sender_.impl_.get()); in RtpRtcpImplTest()