Home
last modified time | relevance | path

Searched refs:GetEstimatedSendBandwidth (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel_manager.h89 bool GetEstimatedSendBandwidth(int channel_id,
Dvie_rtp_rtcp_impl.h119 virtual int GetEstimatedSendBandwidth(
Dvie_rtp_rtcp_impl.cc796 int ViERTP_RTCPImpl::GetEstimatedSendBandwidth( in GetEstimatedSendBandwidth() function in webrtc::ViERTP_RTCPImpl
799 if (!shared_data_->channel_manager()->GetEstimatedSendBandwidth( in GetEstimatedSendBandwidth()
Dvie_channel_manager.cc399 bool ViEChannelManager::GetEstimatedSendBandwidth( in GetEstimatedSendBandwidth() function in webrtc::ViEChannelManager
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h426 virtual int GetEstimatedSendBandwidth(
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc340 EXPECT_EQ(0, ViE.rtp_rtcp->GetEstimatedSendBandwidth( in ViERtpRtcpStandardTest()
385 EXPECT_EQ(0, ViE.rtp_rtcp->GetEstimatedSendBandwidth(tbChannel.videoChannel, in ViERtpRtcpStandardTest()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h1173 WEBRTC_FUNC_CONST(GetEstimatedSendBandwidth, (const int channel,
Dwebrtcvideoengine.cc2589 if (engine_->vie()->rtp()->GetEstimatedSendBandwidth( in GetStats()
2591 LOG_RTCERR1(GetEstimatedSendBandwidth, channel_id); in GetStats()