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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc73 int VoERTP_RTCPImpl::GetLocalSSRC(int channel, unsigned int& ssrc) function in class:webrtc::VoERTP_RTCPImpl
76 "GetLocalSSRC(channel=%d, ssrc=?)", channel);
87 "GetLocalSSRC() failed to locate channel");
90 return channelPtr->GetLocalSSRC(ssrc);
H A Dchannel.cc3059 Channel::GetLocalSSRC(unsigned int& ssrc) function in class:webrtc::voe::Channel
3064 "GetLocalSSRC() => ssrc=%lu", ssrc);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.cc148 int ViERTP_RTCPImpl::GetLocalSSRC(const int video_channel, function in class:webrtc::ViERTP_RTCPImpl
157 if (vie_channel->GetLocalSSRC(idx, &SSRC) != 0) {
H A Dvie_channel.cc845 int32_t ViEChannel::GetLocalSSRC(uint8_t idx, unsigned int* ssrc) { function in class:webrtc::ViEChannel

Completed in 113 milliseconds