Searched defs:GetRemoteSSRC (Results 1 - 3 of 3) sorted by relevance
/external/webrtc/webrtc/voice_engine/ | ||
H A D | voe_rtp_rtcp_impl.cc | 80 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 D | channel.cc | 2884 Channel::GetRemoteSSRC(unsigned int& ssrc) function in class:webrtc::voe::Channel |
/external/webrtc/webrtc/video/ | ||
H A D | vie_channel.cc | 689 uint32_t ViEChannel::GetRemoteSSRC() { function in class:webrtc::ViEChannel |
Completed in 111 milliseconds