Searched refs:congestion_controller_ (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_send_stream.cc129 congestion_controller_(congestion_controller),
140 congestion_controller_->GetTransportFeedbackObserver();
149 config.pre_encode_callback, congestion_controller_->pacer(),
156 congestion_controller_->GetBitrateController()->
159 congestion_controller_->GetRemoteBitrateEstimator(false),
160 call_stats_->rtcp_rtt_stats(), congestion_controller_->pacer(),
161 congestion_controller_->packet_router(), ssrcs.size(), true));
192 congestion_controller_->SetChannelRembStatus(true, false,
235 congestion_controller_->AddEncoder(vie_encoder_.get());
261 congestion_controller_
[all...]
H A Dvideo_receive_stream.h85 CongestionController* const congestion_controller_; member in class:webrtc::internal::VideoReceiveStream
H A Dvideo_receive_stream.cc152 congestion_controller_(congestion_controller),
160 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe);
165 congestion_controller_->pacer(), congestion_controller_->packet_router(),
201 congestion_controller_->SetChannelRembStatus(false, config_.rtp.remb,
296 congestion_controller_->SetChannelRembStatus(false, false,
301 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe)->
H A Dvideo_send_stream.h88 CongestionController* const congestion_controller_; member in class:webrtc::internal::VideoSendStream
/external/webrtc/webrtc/audio/
H A Daudio_send_stream_unittest.cc57 congestion_controller_(process_thread_.get(),
87 congestion_controller_.pacer(),
88 congestion_controller_.GetTransportFeedbackObserver(),
89 congestion_controller_.packet_router()))
110 return &congestion_controller_;
164 CongestionController congestion_controller_; member in struct:webrtc::test::__anon19994::ConfigHelper
H A Daudio_receive_stream_unittest.cc69 congestion_controller_(&process_thread_,
96 EXPECT_CALL(congestion_controller_, packet_router())
113 return &congestion_controller_;
123 EXPECT_CALL(congestion_controller_,
156 MockCongestionController congestion_controller_; member in struct:webrtc::test::__anon19993::ConfigHelper
/external/webrtc/webrtc/call/
H A Dcall.cc169 const rtc::scoped_ptr<CongestionController> congestion_controller_; member in class:webrtc::internal::Call
200 congestion_controller_(
221 congestion_controller_->SetBweBitrates(
226 congestion_controller_->GetBitrateController()->SetEventLog(event_log_);
304 config, config_.audio_state, congestion_controller_.get());
339 congestion_controller_.get(), config, config_.audio_state);
383 congestion_controller_.get(), bitrate_allocator_.get(), config,
441 num_cpu_cores_, congestion_controller_.get(), config,
501 congestion_controller_->GetBitrateController()->AvailableBandwidth(
505 congestion_controller_
[all...]

Completed in 199 milliseconds