HomeSort by relevance Sort by last modified time
    Searched refs:SetRtpRtcpModule (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/video/
vie_receiver.h 62 void SetRtpRtcpModule(RtpRtcp* module);
vie_receiver.cc 146 void ViEReceiver::SetRtpRtcpModule(RtpRtcp* module) {
vie_channel.cc 140 vie_receiver_.SetRtpRtcpModule(rtp_rtcp_modules_[0]);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 61 void SetRtpRtcpModule(ModuleRtpRtcpImpl* receiver) {
187 sender_.transport_.SetRtpRtcpModule(receiver_.impl_.get());
188 receiver_.transport_.SetRtpRtcpModule(sender_.impl_.get());

Completed in 99 milliseconds