Searched defs:GetRemoteSSRC (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc80 int VoERTP_RTCPImpl::GetRemoteSSRC(int channel, unsigned int& ssrc) { function in class:webrtc::VoERTP_RTCPImpl
89 "GetRemoteSSRC() failed to locate channel");
92 return channelPtr->GetRemoteSSRC(ssrc);
H A Dchannel.cc2884 Channel::GetRemoteSSRC(unsigned int& ssrc) function in class:webrtc::voe::Channel
/external/webrtc/webrtc/video/
H A Dvie_channel.cc689 uint32_t ViEChannel::GetRemoteSSRC() { function in class:webrtc::ViEChannel

Completed in 60 milliseconds