Searched refs:GetRemoteSSRC (Results 1 – 12 of 12) sorted by relevance
44 int GetRemoteSSRC(int channel, unsigned int& ssrc) override;
80 int VoERTP_RTCPImpl::GetRemoteSSRC(int channel, unsigned int& ssrc) { in GetRemoteSSRC() function in webrtc::VoERTP_RTCPImpl92 return channelPtr->GetRemoteSSRC(ssrc); in GetRemoteSSRC()
326 int GetRemoteSSRC(unsigned int& ssrc);
2884 Channel::GetRemoteSSRC(unsigned int& ssrc) in GetRemoteSSRC() function in webrtc::voe::Channel
116 EXPECT_EQ(0, voe_rtp_rtcp_->GetRemoteSSRC(channel_, ssrc)); in TEST_F()
120 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc) = 0;
127 uint32_t GetRemoteSSRC();
299 uint32_t remote_ssrc = vie_channel_->GetRemoteSSRC(); in ~VideoReceiveStream()
270 uint32_t remote_ssrc = vie_channel_->GetRemoteSSRC(); in ~VideoSendStream()
689 uint32_t ViEChannel::GetRemoteSSRC() { in GetRemoteSSRC() function in webrtc::ViEChannel
266 MOCK_METHOD2(GetRemoteSSRC, int(int channel, unsigned int& ssrc));
606 WEBRTC_STUB(GetRemoteSSRC, (int channel, unsigned int& ssrc));