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.h29 class CongestionControlHandler {
31 CongestionControlHandler();
32 ~CongestionControlHandler();
34 CongestionControlHandler(const CongestionControlHandler&) = delete;
35 CongestionControlHandler& operator=(const CongestionControlHandler&) = delete;
Dcontrol_handler.cc32 CongestionControlHandler::CongestionControlHandler() in CongestionControlHandler() function in webrtc::CongestionControlHandler
37 CongestionControlHandler::~CongestionControlHandler() {} in ~CongestionControlHandler()
39 void CongestionControlHandler::SetTargetRate( in SetTargetRate()
46 void CongestionControlHandler::SetNetworkAvailability(bool network_available) { in SetNetworkAvailability()
51 void CongestionControlHandler::SetPacerQueue(TimeDelta expected_queue_time) { in SetPacerQueue()
56 absl::optional<TargetTransferRate> CongestionControlHandler::GetUpdate() { in GetUpdate()
/external/webrtc/call/
Drtp_transport_controller_send.h176 std::unique_ptr<CongestionControlHandler> control_handler_
Drtp_transport_controller_send.cc594 control_handler_ = std::make_unique<CongestionControlHandler>(); in MaybeCreateControllers()