Home
last modified time | relevance | path

Searched refs:GetRemoteSSRC (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.h44 int GetRemoteSSRC(int channel, unsigned int& ssrc) override;
Dvoe_rtp_rtcp_impl.cc80 int VoERTP_RTCPImpl::GetRemoteSSRC(int channel, unsigned int& ssrc) { in GetRemoteSSRC() function in webrtc::VoERTP_RTCPImpl
92 return channelPtr->GetRemoteSSRC(ssrc); in GetRemoteSSRC()
Dchannel.h326 int GetRemoteSSRC(unsigned int& ssrc);
Dchannel.cc2884 Channel::GetRemoteSSRC(unsigned int& ssrc) in GetRemoteSSRC() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc116 EXPECT_EQ(0, voe_rtp_rtcp_->GetRemoteSSRC(channel_, ssrc)); in TEST_F()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h120 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc) = 0;
/external/webrtc/webrtc/video/
Dvie_channel.h127 uint32_t GetRemoteSSRC();
Dvideo_receive_stream.cc299 uint32_t remote_ssrc = vie_channel_->GetRemoteSSRC(); in ~VideoReceiveStream()
Dvideo_send_stream.cc270 uint32_t remote_ssrc = vie_channel_->GetRemoteSSRC(); in ~VideoSendStream()
Dvie_channel.cc689 uint32_t ViEChannel::GetRemoteSSRC() { in GetRemoteSSRC() function in webrtc::ViEChannel
/external/webrtc/webrtc/test/
Dmock_voice_engine.h266 MOCK_METHOD2(GetRemoteSSRC, int(int channel, unsigned int& ssrc));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h606 WEBRTC_STUB(GetRemoteSSRC, (int channel, unsigned int& ssrc));