Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller_unittest.cc51 probe_controller_.reset( in ProbeControllerTest()
60 return probe_controller_->OnNetworkAvailability(msg); in SetNetworkAvailable()
68 std::unique_ptr<ProbeController> probe_controller_; member in webrtc::test::ProbeControllerTest
72 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F()
79 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F()
87 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F()
91 probes = probe_controller_->SetEstimatedBitrate(kStartBitrateBps, NowMs()); in TEST_F()
92 probes = probe_controller_->Process(NowMs()); in TEST_F()
93 probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F()
100 probe_controller_.reset( in TEST_F()
[all …]
Dgoog_cc_network_control.cc91 probe_controller_( in GoogCcNetworkController()
136 update.probe_cluster_configs = probe_controller_->OnNetworkAvailability(msg); in OnNetworkAvailability()
169 probe_controller_->Reset(msg.at_time.ms()); in OnNetworkRouteChange()
185 probe_controller_->EnablePeriodicAlrProbing( in OnProcessInterval()
191 auto probes = probe_controller_->OnMaxTotalAllocatedBitrate( in OnProcessInterval()
207 probe_controller_->SetAlrStartTimeMs(start_time_ms); in OnProcessInterval()
209 auto probes = probe_controller_->Process(msg.at_time.ms()); in OnProcessInterval()
288 probe_controller_->EnablePeriodicAlrProbing(*msg.requests_alr_probing); in OnStreamsConfig()
294 probe_controller_->OnMaxTotalAllocatedBitrate( in OnStreamsConfig()
297 probe_controller_->SetMaxBitrate(msg.max_total_allocated_bitrate->bps()); in OnStreamsConfig()
[all …]
Dgoog_cc_network_control.h94 const std::unique_ptr<ProbeController> probe_controller_; variable