Searched refs:bandwidth_observer_ (Results 1 – 3 of 3) sorted by relevance
70 bandwidth_observer_ = controller_->CreateRtcpBandwidthObserver(); in SetUp()74 delete bandwidth_observer_; in TearDown()88 RtcpBandwidthObserver* bandwidth_observer_; member in BitrateControllerTest95 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 …]
431 const rtc::scoped_ptr<RtcpBandwidthObserver> bandwidth_observer_; variable
112 bandwidth_observer_(bandwidth_observer), in ViEChannel()128 bandwidth_observer_.get(), in ViEChannel()