Searched defs:GetRTPStatistics (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc312 int VoERTP_RTCPImpl::GetRTPStatistics(int channel, function in class:webrtc::VoERTP_RTCPImpl
324 "GetRTPStatistics() failed to locate channel");
327 return channelPtr->GetRTPStatistics(averageJitterMs, maxJitterMs,
340 "GetRTPStatistics() failed to locate channel");
343 return channelPtr->GetRTPStatistics(stats);
H A Dchannel.cc3132 Channel::GetRTPStatistics( function in class:webrtc::voe::Channel
3201 Channel::GetRTPStatistics(CallStatistics& stats) function in class:webrtc::voe::Channel
3215 "GetRTPStatistics() failed to read RTP statistics from the "
3243 "GetRTPStatistics() failed to retrieve RTP datacounters =>"

Completed in 74 milliseconds