Home
last modified time | relevance | path

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

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