Home
last modified time | relevance | path

Searched refs:congestion_controller (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/audio/
Daudio_send_stream.cc62 CongestionController* congestion_controller) in AudioSendStream() argument
67 RTC_DCHECK(congestion_controller); in AudioSendStream()
72 congestion_controller->pacer(), in AudioSendStream()
73 congestion_controller->GetTransportFeedbackObserver(), in AudioSendStream()
74 congestion_controller->packet_router()); in AudioSendStream()
Daudio_receive_stream.cc84 CongestionController* congestion_controller, in AudioReceiveStream() argument
93 RTC_DCHECK(congestion_controller); in AudioReceiveStream()
120 nullptr, nullptr, congestion_controller->packet_router()); in AudioReceiveStream()
124 congestion_controller->GetRemoteBitrateEstimator(true); in AudioReceiveStream()
127 congestion_controller->GetRemoteBitrateEstimator(false); in AudioReceiveStream()
Daudio_send_stream_unittest.cc109 CongestionController* congestion_controller() { in congestion_controller() function
188 helper.congestion_controller()); in TEST()
194 helper.congestion_controller()); in TEST()
203 helper.congestion_controller()); in TEST()
231 helper.congestion_controller()); in TEST()
Daudio_receive_stream_unittest.cc112 MockCongestionController* congestion_controller() { in congestion_controller() function
223 helper.congestion_controller(), helper.config(), helper.audio_state()); in TEST()
242 helper.congestion_controller(), helper.config(), helper.audio_state()); in TEST()
268 helper.congestion_controller(), helper.config(), helper.audio_state()); in TEST()
289 helper.congestion_controller(), helper.config(), helper.audio_state()); in TEST()
Daudio_send_stream.h32 CongestionController* congestion_controller);
Daudio_receive_stream.h31 AudioReceiveStream(CongestionController* congestion_controller,
/external/webrtc/webrtc/call/
Dwebrtc_call.gypi19 'call/congestion_controller.cc',
DBUILD.gn15 "congestion_controller.cc",
/external/webrtc/webrtc/video/
Dvideo_receive_stream.h44 CongestionController* congestion_controller,
Dvideo_send_stream.h46 CongestionController* congestion_controller,
Dvideo_receive_stream.cc143 CongestionController* congestion_controller, in VideoReceiveStream() argument
152 congestion_controller_(congestion_controller), in VideoReceiveStream()
Dvideo_send_stream.cc115 CongestionController* congestion_controller, in VideoSendStream() argument
129 congestion_controller_(congestion_controller), in VideoSendStream()