Home
last modified time | relevance | path

Searched refs:bandwidth_observer_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_unittest.cc70 bandwidth_observer_ = controller_->CreateRtcpBandwidthObserver(); in SetUp()
74 delete bandwidth_observer_; in TearDown()
88 RtcpBandwidthObserver* bandwidth_observer_; member in BitrateControllerTest
95 bandwidth_observer_->OnReceivedEstimatedBitrate(kDefaultMinBitrateBps / 2); in TEST_F()
97 bandwidth_observer_->OnReceivedEstimatedBitrate(2 * kDefaultMaxBitrateBps); in TEST_F()
108 bandwidth_observer_->OnReceivedEstimatedBitrate(200000); in TEST_F()
112 bandwidth_observer_->OnReceivedRtcpReceiverReport(report_blocks, 50, time_ms); in TEST_F()
117 bandwidth_observer_->OnReceivedEstimatedBitrate(400000); in TEST_F()
121 bandwidth_observer_->OnReceivedRtcpReceiverReport(report_blocks, 50, time_ms); in TEST_F()
129 bandwidth_observer_->OnReceivedRtcpReceiverReport(report_blocks, 50, time_ms); in TEST_F()
[all …]
/external/webrtc/webrtc/video/
Dvie_channel.h431 const rtc::scoped_ptr<RtcpBandwidthObserver> bandwidth_observer_; variable
Dvie_channel.cc112 bandwidth_observer_(bandwidth_observer), in ViEChannel()
128 bandwidth_observer_.get(), in ViEChannel()