Searched refs:GetRTCPStatistics (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h69 virtual int GetRTCPStatistics(int channel, CallStatistics& stats);
H A Dvoe_rtp_rtcp_impl.cc372 int VoERTP_RTCPImpl::GetRTCPStatistics(int channel, CallStatistics& stats) function in class:webrtc::VoERTP_RTCPImpl
375 "GetRTCPStatistics(channel=%d)", channel);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h196 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h970 WEBRTC_FUNC(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats)) {
H A Dwebrtcvoiceengine.cc3307 if (engine()->voe()->rtp()->GetRTCPStatistics(channel, cs) == -1 ||
3384 engine()->voe()->rtp()->GetRTCPStatistics(*it, cs) != -1 &&
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc3360 if (_veRtpRtcpPtr->GetRTCPStatistics(channel, stats) == 0)

Completed in 1944 milliseconds