Searched refs:congestion_controller (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/audio/
H A Daudio_receive_stream.cc21 #include "webrtc/call/congestion_controller.h"
84 CongestionController* congestion_controller,
93 RTC_DCHECK(congestion_controller);
120 nullptr, nullptr, congestion_controller->packet_router());
124 congestion_controller->GetRemoteBitrateEstimator(true);
127 congestion_controller->GetRemoteBitrateEstimator(false);
83 AudioReceiveStream( CongestionController* congestion_controller, const webrtc::AudioReceiveStream::Config& config, const rtc::scoped_refptr<webrtc::AudioState>& audio_state) argument
H A Daudio_send_stream.cc20 #include "webrtc/call/congestion_controller.h"
62 CongestionController* congestion_controller)
67 RTC_DCHECK(congestion_controller);
72 congestion_controller->pacer(),
73 congestion_controller->GetTransportFeedbackObserver(),
74 congestion_controller->packet_router());
59 AudioSendStream( const webrtc::AudioSendStream::Config& config, const rtc::scoped_refptr<webrtc::AudioState>& audio_state, CongestionController* congestion_controller) argument
H A Daudio_receive_stream.h31 AudioReceiveStream(CongestionController* congestion_controller,
H A Daudio_send_stream.h32 CongestionController* congestion_controller);
H A Daudio_send_stream_unittest.cc19 #include "webrtc/call/congestion_controller.h"
109 CongestionController* congestion_controller() { function in struct:webrtc::test::__anon30549::ConfigHelper
188 helper.congestion_controller());
194 helper.congestion_controller());
203 helper.congestion_controller());
231 helper.congestion_controller());
H A Daudio_receive_stream_unittest.cc112 MockCongestionController* congestion_controller() { function in struct:webrtc::test::__anon30548::ConfigHelper
223 helper.congestion_controller(), helper.config(), helper.audio_state());
242 helper.congestion_controller(), helper.config(), helper.audio_state());
268 helper.congestion_controller(), helper.config(), helper.audio_state());
289 helper.congestion_controller(), helper.config(), helper.audio_state());
/external/webrtc/webrtc/video/
H A Dvideo_receive_stream.h44 CongestionController* congestion_controller,
H A Dvideo_send_stream.h46 CongestionController* congestion_controller,
H A Dvideo_receive_stream.cc20 #include "webrtc/call/congestion_controller.h"
143 CongestionController* congestion_controller,
152 congestion_controller_(congestion_controller),
141 VideoReceiveStream( int num_cpu_cores, CongestionController* congestion_controller, const VideoReceiveStream::Config& config, webrtc::VoiceEngine* voice_engine, ProcessThread* process_thread, CallStats* call_stats) argument
H A Dvideo_send_stream.cc21 #include "webrtc/call/congestion_controller.h"
115 CongestionController* congestion_controller,
129 congestion_controller_(congestion_controller),
111 VideoSendStream( int num_cpu_cores, ProcessThread* module_process_thread, CallStats* call_stats, CongestionController* congestion_controller, BitrateAllocator* bitrate_allocator, const VideoSendStream::Config& config, const VideoEncoderConfig& encoder_config, const std::map<uint32_t, RtpState>& suspended_ssrcs) argument

Completed in 162 milliseconds