Searched refs:GetRtpRtcp (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_video_sync.h96 virtual int GetRtpRtcp (int channel, RtpRtcp** rtpRtcpModule,
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_video_sync_impl.h41 virtual int GetRtpRtcp(int channel, RtpRtcp** rtpRtcpModule,
H A Dvoe_video_sync_impl.cc211 int VoEVideoSyncImpl::GetRtpRtcp(int channel, RtpRtcp** rtpRtcpModule, function in class:webrtc::VoEVideoSyncImpl
215 "GetRtpRtcp(channel=%i)", channel);
230 return channelPtr->GetRtpRtcp(rtpRtcpModule, rtp_receiver);
H A Dchannel.h290 int GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const;
H A Dchannel.cc4048 Channel::GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const function in class:webrtc::voe::Channel
4051 "Channel::GetRtpRtcp()");
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_sync_module.cc125 if (0 != voe_sync_interface_->GetRtpRtcp(voe_channel_id_, &voice_rtp_rtcp,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h1041 WEBRTC_STUB(GetRtpRtcp, (int, webrtc::RtpRtcp**, webrtc::RtpReceiver**));

Completed in 280 milliseconds