Searched refs:GetEstimatedReceiveBandwidth (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/ |
D | vie_network_test.cc | 156 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/ |
D | vie_channel_manager.h | 91 bool GetEstimatedReceiveBandwidth(int channel_id,
|
D | vie_rtp_rtcp_impl.h | 122 virtual int GetEstimatedReceiveBandwidth(
|
D | vie_rtp_rtcp_impl.cc | 806 int ViERTP_RTCPImpl::GetEstimatedReceiveBandwidth( in GetEstimatedReceiveBandwidth() function in webrtc::ViERTP_RTCPImpl 809 if (!shared_data_->channel_manager()->GetEstimatedReceiveBandwidth( in GetEstimatedReceiveBandwidth()
|
D | vie_channel_manager.cc | 410 bool ViEChannelManager::GetEstimatedReceiveBandwidth( in GetEstimatedReceiveBandwidth() function in webrtc::ViEChannelManager
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_rtp_rtcp.h | 433 virtual int GetEstimatedReceiveBandwidth(
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_rtp_rtcp.cc | 346 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/ |
D | fakewebrtcvideoengine.h | 1186 WEBRTC_FUNC_CONST(GetEstimatedReceiveBandwidth, (const int channel,
|
D | webrtcvideoengine.cc | 2669 if (engine_->vie()->rtp()->GetEstimatedReceiveBandwidth( in GetStats() 2671 LOG_RTCERR1(GetEstimatedReceiveBandwidth, channel_id); in GetStats()
|