Home
last modified time | relevance | path

Searched refs:GetEstimatedReceiveBandwidth (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
Dvie_network_test.cc156 EXPECT_EQ(0, vie_.rtp_rtcp->GetEstimatedReceiveBandwidth(channel_, in TEST_F()
176 EXPECT_EQ(0, vie_.rtp_rtcp->GetEstimatedReceiveBandwidth(channel_, in TEST_F()
186 EXPECT_EQ(0, vie_.rtp_rtcp->GetEstimatedReceiveBandwidth(channel_, in TEST_F()
212 EXPECT_EQ(0, vie_.rtp_rtcp->GetEstimatedReceiveBandwidth(channel_, in TEST_F()
223 EXPECT_EQ(0, vie_.rtp_rtcp->GetEstimatedReceiveBandwidth(channel_, in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel_manager.h91 bool GetEstimatedReceiveBandwidth(int channel_id,
Dvie_rtp_rtcp_impl.h122 virtual int GetEstimatedReceiveBandwidth(
Dvie_rtp_rtcp_impl.cc806 int ViERTP_RTCPImpl::GetEstimatedReceiveBandwidth( in GetEstimatedReceiveBandwidth() function in webrtc::ViERTP_RTCPImpl
809 if (!shared_data_->channel_manager()->GetEstimatedReceiveBandwidth( in GetEstimatedReceiveBandwidth()
Dvie_channel_manager.cc410 bool ViEChannelManager::GetEstimatedReceiveBandwidth( in GetEstimatedReceiveBandwidth() function in webrtc::ViEChannelManager
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h433 virtual int GetEstimatedReceiveBandwidth(
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc346 EXPECT_EQ(0, ViE.rtp_rtcp->GetEstimatedReceiveBandwidth( in ViERtpRtcpStandardTest()
356 ViE.rtp_rtcp->GetEstimatedReceiveBandwidth(passive_channel, in ViERtpRtcpStandardTest()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h1186 WEBRTC_FUNC_CONST(GetEstimatedReceiveBandwidth, (const int channel,
Dwebrtcvideoengine.cc2669 if (engine_->vie()->rtp()->GetEstimatedReceiveBandwidth( in GetStats()
2671 LOG_RTCERR1(GetEstimatedReceiveBandwidth, channel_id); in GetStats()