Searched refs:GetRemoteSSRC (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h45 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc);
H A Dvoe_rtp_rtcp_impl.cc93 int VoERTP_RTCPImpl::GetRemoteSSRC(int channel, unsigned int& ssrc) function in class:webrtc::VoERTP_RTCPImpl
96 "GetRemoteSSRC(channel=%d, ssrc=?)", channel);
107 "GetRemoteSSRC() failed to locate channel");
110 return channelPtr->GetRemoteSSRC(ssrc);
H A Dchannel.h323 int GetRemoteSSRC(unsigned int& ssrc);
H A Dchannel.cc3069 Channel::GetRemoteSSRC(unsigned int& ssrc) function in class:webrtc::voe::Channel
3074 "GetRemoteSSRC() => ssrc=%lu", ssrc);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.h38 virtual int GetRemoteSSRC(const int video_channel,
H A Dvie_channel.h143 int32_t GetRemoteSSRC(uint32_t* ssrc);
H A Dvie_channel_manager.cc245 vie_channel->GetRemoteSSRC(&remote_ssrc);
H A Dvie_rtp_rtcp_impl.cc164 int ViERTP_RTCPImpl::GetRemoteSSRC(const int video_channel, function in class:webrtc::ViERTP_RTCPImpl
172 if (vie_channel->GetRemoteSSRC(&SSRC) != 0) {
H A Dvie_channel.cc854 int32_t ViEChannel::GetRemoteSSRC(uint32_t* ssrc) { function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h138 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc152 EXPECT_EQ(0, voe_rtp_rtcp_->GetRemoteSSRC(channel_, ssrc));
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h126 virtual int GetRemoteSSRC(const int video_channel,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h1009 WEBRTC_STUB_CONST(GetRemoteSSRC, (const int, unsigned int&));
H A Dfakewebrtcvoiceengine.h901 WEBRTC_STUB(GetRemoteSSRC, (int channel, unsigned int& ssrc));
H A Dwebrtcvideoengine.cc2606 if (engine_->vie()->rtp()->GetRemoteSSRC(
H A Dwebrtcvoiceengine.cc3383 if (engine()->voe()->rtp()->GetRemoteSSRC(*it, ssrc) != -1 &&
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc471 EXPECT_EQ(0, ViE.rtp_rtcp->GetRemoteSSRC(

Completed in 292 milliseconds