Searched refs:congestion_controller (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.cc | 62 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()
|
D | audio_receive_stream.cc | 84 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()
|
D | audio_send_stream_unittest.cc | 109 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()
|
D | audio_receive_stream_unittest.cc | 112 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()
|
D | audio_send_stream.h | 32 CongestionController* congestion_controller);
|
D | audio_receive_stream.h | 31 AudioReceiveStream(CongestionController* congestion_controller,
|
/external/webrtc/webrtc/call/ |
D | webrtc_call.gypi | 19 'call/congestion_controller.cc',
|
D | BUILD.gn | 15 "congestion_controller.cc",
|
/external/webrtc/webrtc/video/ |
D | video_receive_stream.h | 44 CongestionController* congestion_controller,
|
D | video_send_stream.h | 46 CongestionController* congestion_controller,
|
D | video_receive_stream.cc | 143 CongestionController* congestion_controller, in VideoReceiveStream() argument 152 congestion_controller_(congestion_controller), in VideoReceiveStream()
|
D | video_send_stream.cc | 115 CongestionController* congestion_controller, in VideoSendStream() argument 129 congestion_controller_(congestion_controller), in VideoSendStream()
|