Home
last modified time | relevance | path

Searched refs:CongestionController (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/call/
Dcongestion_controller.cc147 CongestionController::CongestionController(ProcessThread* process_thread, in CongestionController() function in webrtc::CongestionController
182 CongestionController::~CongestionController() { in ~CongestionController()
195 void CongestionController::AddEncoder(ViEEncoder* encoder) { in AddEncoder()
200 void CongestionController::RemoveEncoder(ViEEncoder* encoder) { in RemoveEncoder()
210 void CongestionController::SetBweBitrates(int min_bitrate_bps, in SetBweBitrates()
224 BitrateController* CongestionController::GetBitrateController() const { in GetBitrateController()
228 RemoteBitrateEstimator* CongestionController::GetRemoteBitrateEstimator( in GetRemoteBitrateEstimator()
238 CongestionController::GetTransportFeedbackObserver() { in GetTransportFeedbackObserver()
253 void CongestionController::UpdatePacerBitrate(int bitrate_kbps, in UpdatePacerBitrate()
259 int64_t CongestionController::GetPacerQueuingDelayMs() const { in GetPacerQueuingDelayMs()
[all …]
Dcongestion_controller.h39 class CongestionController {
41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
43 virtual ~CongestionController();
90 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(CongestionController);
Dcall.cc169 const rtc::scoped_ptr<CongestionController> congestion_controller_;
201 new CongestionController(module_process_thread_.get(), in Call()
/external/webrtc/webrtc/video/
Dvideo_receive_stream.h33 class CongestionController; variable
44 CongestionController* congestion_controller,
85 CongestionController* const congestion_controller_;
Dvideo_send_stream.h32 class CongestionController; variable
46 CongestionController* congestion_controller,
88 CongestionController* const congestion_controller_;
Dvideo_receive_stream.cc143 CongestionController* congestion_controller, in VideoReceiveStream()
Dvideo_send_stream.cc115 CongestionController* congestion_controller, in VideoSendStream()
/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h20 class MockCongestionController : public CongestionController {
25 : CongestionController(process_thread, call_stats, bitrate_observer) {} in MockCongestionController()
/external/webrtc/webrtc/audio/
Daudio_send_stream.h20 class CongestionController; variable
32 CongestionController* congestion_controller);
Daudio_receive_stream.h20 class CongestionController; variable
31 AudioReceiveStream(CongestionController* congestion_controller,
Daudio_send_stream_unittest.cc109 CongestionController* congestion_controller() { in congestion_controller()
164 CongestionController congestion_controller_;
Daudio_send_stream.cc62 CongestionController* congestion_controller) in AudioSendStream()
Daudio_receive_stream.cc84 CongestionController* congestion_controller, in AudioReceiveStream()