Searched defs:GetLocalSSRC (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc65 int VoERTP_RTCPImpl::GetLocalSSRC(int channel, unsigned int& ssrc) { function in class:webrtc::VoERTP_RTCPImpl
74 "GetLocalSSRC() failed to locate channel");
77 return channelPtr->GetLocalSSRC(ssrc);
H A Dchannel.cc527 RTC_CHECK_EQ(GetLocalSSRC(ssrc), 0);
2877 Channel::GetLocalSSRC(unsigned int& ssrc) function in class:webrtc::voe::Channel
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h226 uint32_t GetLocalSSRC(int channel) { function in class:cricket::FakeWebRtcVoiceEngine
605 WEBRTC_STUB(GetLocalSSRC, (int channel, unsigned int& ssrc));
/external/webrtc/webrtc/video/
H A Dvie_channel.cc683 int32_t ViEChannel::GetLocalSSRC(uint8_t idx, unsigned int* ssrc) { function in class:webrtc::ViEChannel

Completed in 101 milliseconds