/external/webrtc/webrtc/video/ |
video_send_stream.cc | 129 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_->SetChannelRembStatus(false, false [all...] |
video_receive_stream.h | 85 CongestionController* const congestion_controller_; member in class:webrtc::internal::VideoReceiveStream
|
video_send_stream.h | 88 CongestionController* const congestion_controller_; member in class:webrtc::internal::VideoSendStream
|
video_receive_stream.cc | 152 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)->
|
/external/webrtc/webrtc/audio/ |
audio_send_stream_unittest.cc | 57 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::__anon26724::ConfigHelper
|
audio_receive_stream_unittest.cc | 69 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::__anon26723::ConfigHelper
|
/external/webrtc/webrtc/call/ |
call.cc | 169 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_->GetRemoteBitrateEstimator(false)->LatestEstimate [all...] |