Searched refs:CongestionController (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/call/ |
D | congestion_controller.cc | 147 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 …]
|
D | congestion_controller.h | 39 class CongestionController { 41 CongestionController(ProcessThread* process_thread, CallStats* call_stats, 43 virtual ~CongestionController(); 90 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(CongestionController);
|
D | call.cc | 169 const rtc::scoped_ptr<CongestionController> congestion_controller_; 201 new CongestionController(module_process_thread_.get(), in Call()
|
/external/webrtc/webrtc/video/ |
D | video_receive_stream.h | 33 class CongestionController; variable 44 CongestionController* congestion_controller, 85 CongestionController* const congestion_controller_;
|
D | video_send_stream.h | 32 class CongestionController; variable 46 CongestionController* congestion_controller, 88 CongestionController* const congestion_controller_;
|
D | video_receive_stream.cc | 143 CongestionController* congestion_controller, in VideoReceiveStream()
|
D | video_send_stream.cc | 115 CongestionController* congestion_controller, in VideoSendStream()
|
/external/webrtc/webrtc/call/mock/ |
D | mock_congestion_controller.h | 20 class MockCongestionController : public CongestionController { 25 : CongestionController(process_thread, call_stats, bitrate_observer) {} in MockCongestionController()
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.h | 20 class CongestionController; variable 32 CongestionController* congestion_controller);
|
D | audio_receive_stream.h | 20 class CongestionController; variable 31 AudioReceiveStream(CongestionController* congestion_controller,
|
D | audio_send_stream_unittest.cc | 109 CongestionController* congestion_controller() { in congestion_controller() 164 CongestionController congestion_controller_;
|
D | audio_send_stream.cc | 62 CongestionController* congestion_controller) in AudioSendStream()
|
D | audio_receive_stream.cc | 84 CongestionController* congestion_controller, in AudioReceiveStream()
|