Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller_unittest.cc40 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()
46 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()
53 cwnd_controller_->SetDataWindow(DataSize::Bytes(200000)); in TEST_F()
62 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()
68 cwnd_controller_->SetDataWindow(DataSize::Bytes(20000)); in TEST_F()
97 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()
Dcongestion_window_pushback_controller.h35 void SetDataWindow(DataSize data_window);
Dcongestion_window_pushback_controller.cc47 void CongestionWindowPushbackController::SetDataWindow(DataSize data_window) { in SetDataWindow() function in webrtc::CongestionWindowPushbackController
Dgoog_cc_network_control.cc218 congestion_window_pushback_controller_->SetDataWindow( in OnProcessInterval()
578 congestion_window_pushback_controller_->SetDataWindow( in OnTransportPacketsFeedback()