Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller_unittest.cc28 cwnd_controller_.reset( in CongestionWindowPushbackControllerTest()
35 std::unique_ptr<CongestionWindowPushbackController> cwnd_controller_; member in webrtc::test::CongestionWindowPushbackControllerTest
39 cwnd_controller_->UpdateOutstandingData(100000); in TEST_F()
40 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()
43 bitrate_bps = cwnd_controller_->UpdateTargetBitrate(bitrate_bps); in TEST_F()
46 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()
47 bitrate_bps = cwnd_controller_->UpdateTargetBitrate(bitrate_bps); in TEST_F()
52 cwnd_controller_->UpdateOutstandingData(199999); in TEST_F()
53 cwnd_controller_->SetDataWindow(DataSize::Bytes(200000)); in TEST_F()
56 bitrate_bps = cwnd_controller_->UpdateTargetBitrate(bitrate_bps); in TEST_F()
[all …]