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

/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h372 virtual int GetRTPStatistics(const int video_channel, function in class:webrtc::ViERTP_RTCP
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc347 int VoERTP_RTCPImpl::GetRTPStatistics(int channel, function in class:webrtc::VoERTP_RTCPImpl
353 "GetRTPStatistics(channel=%d,....)", channel);
364 "GetRTPStatistics() failed to locate channel");
367 return channelPtr->GetRTPStatistics(averageJitterMs,
386 "GetRTPStatistics() failed to locate channel");
389 return channelPtr->GetRTPStatistics(stats);
H A Dchannel.cc3323 Channel::GetRTPStatistics( function in class:webrtc::voe::Channel
3355 "GetRTPStatistics() => averageJitterMs = %lu, maxJitterMs = %lu,"
3399 Channel::GetRTPStatistics(CallStatistics& stats) function in class:webrtc::voe::Channel
3412 "GetRTPStatistics() failed to read RTP statistics from the "
3423 "GetRTPStatistics() => fractionLost=%lu, cumulativeLost=%lu,"
3433 "GetRTPStatistics() => rttMs=%d", stats.rttMs);
3451 "GetRTPStatistics() failed to retrieve RTP datacounters =>"
3462 "GetRTPStatistics() => bytesSent=%d, packetsSent=%d,"
4483 "GetRTPStatistics() RTCP is disabled => valid RTT "
4492 "GetRTPStatistics() faile
[all...]

Completed in 119 milliseconds