Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller.cc25 CongestionWindowPushbackController::CongestionWindowPushbackController( in CongestionWindowPushbackController() function in webrtc::CongestionWindowPushbackController
38 void CongestionWindowPushbackController::UpdateOutstandingData( in UpdateOutstandingData()
42 void CongestionWindowPushbackController::UpdatePacingQueue( in UpdatePacingQueue()
47 void CongestionWindowPushbackController::SetDataWindow(DataSize data_window) { in SetDataWindow()
51 uint32_t CongestionWindowPushbackController::UpdateTargetBitrate( in UpdateTargetBitrate()
Dcongestion_window_pushback_controller_unittest.cc29 new CongestionWindowPushbackController(&field_trial_config_)); in CongestionWindowPushbackControllerTest()
35 std::unique_ptr<CongestionWindowPushbackController> cwnd_controller_;
84 new CongestionWindowPushbackController(&field_trial_config_)); in TEST_F()
95 new CongestionWindowPushbackController(&field_trial_config_)); in TEST_F()
Dcongestion_window_pushback_controller.h28 class CongestionWindowPushbackController {
30 explicit CongestionWindowPushbackController(
Dgoog_cc_network_control.h95 const std::unique_ptr<CongestionWindowPushbackController>
Dgoog_cc_network_control.cc95 ? std::make_unique<CongestionWindowPushbackController>( in GoogCcNetworkController()