Searched refs:SetCongestionWindow (Results 1 – 9 of 9) sorted by relevance
91 void PacedSender::SetCongestionWindow(DataSize congestion_window_size) { in SetCongestionWindow() function in webrtc::PacedSender94 pacing_controller_.SetCongestionWindow(congestion_window_size); in SetCongestionWindow()
37 virtual void SetCongestionWindow(DataSize congestion_window_size) = 0;
89 void TaskQueuePacedSender::SetCongestionWindow( in SetCongestionWindow() function in webrtc::TaskQueuePacedSender93 pacing_controller_.SetCongestionWindow(congestion_window_size); in SetCongestionWindow()
75 void SetCongestionWindow(DataSize congestion_window_size) override;
87 void SetCongestionWindow(DataSize congestion_window_size) override;
101 void SetCongestionWindow(DataSize congestion_window_size);
401 pacer.SetCongestionWindow(DataSize::Bytes(video.packet_size - 100)); in TEST_P()428 pacer.SetCongestionWindow(DataSize::Bytes(800)); in TEST_P()1065 pacer_->SetCongestionWindow(DataSize::Bytes(kCongestionWindow)); in TEST_P()1106 pacer_->SetCongestionWindow(DataSize::Bytes(800)); in TEST_P()1145 pacer_->SetCongestionWindow(DataSize::Bytes(kCongestionWindow)); in TEST_P()
171 void PacingController::SetCongestionWindow(DataSize congestion_window_size) { in SetCongestionWindow() function in webrtc::PacingController
643 pacer()->SetCongestionWindow(*update.congestion_window); in PostUpdates()