Searched refs:GetRtpRtcp (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
H A D | voe_video_sync.h | 96 virtual int GetRtpRtcp (int channel, RtpRtcp** rtpRtcpModule,
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
H A D | voe_video_sync_impl.h | 41 virtual int GetRtpRtcp(int channel, RtpRtcp** rtpRtcpModule,
|
H A D | voe_video_sync_impl.cc | 211 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 D | channel.h | 290 int GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const;
|
H A D | channel.cc | 4048 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 D | vie_sync_module.cc | 125 if (0 != voe_sync_interface_->GetRtpRtcp(voe_channel_id_, &voice_rtp_rtcp,
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
H A D | fakewebrtcvoiceengine.h | 1041 WEBRTC_STUB(GetRtpRtcp, (int, webrtc::RtpRtcp**, webrtc::RtpReceiver**));
|
Completed in 280 milliseconds