Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/rtp/
Dcontrol_handler.cc31 CongestionControlHandler::CongestionControlHandler() in CongestionControlHandler() function in webrtc::CongestionControlHandler
36 CongestionControlHandler::~CongestionControlHandler() {} in ~CongestionControlHandler()
38 void CongestionControlHandler::SetTargetRate( in SetTargetRate()
45 void CongestionControlHandler::SetNetworkAvailability(bool network_available) { in SetNetworkAvailability()
50 void CongestionControlHandler::SetPacerQueue(TimeDelta expected_queue_time) { in SetPacerQueue()
55 absl::optional<TargetTransferRate> CongestionControlHandler::GetUpdate() { in GetUpdate()
Dcontrol_handler.h30 class CongestionControlHandler {
32 CongestionControlHandler();
33 ~CongestionControlHandler();
50 RTC_DISALLOW_COPY_AND_ASSIGN(CongestionControlHandler);
/external/webrtc/call/
Drtp_transport_controller_send.h170 std::unique_ptr<CongestionControlHandler> control_handler_
Drtp_transport_controller_send.cc576 control_handler_ = std::make_unique<CongestionControlHandler>(); in MaybeCreateControllers()