Searched refs:congestion_controller_ (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/call/ |
D | call.cc | 169 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/ |
D | video_send_stream.cc | 129 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 …]
|
D | video_receive_stream.cc | 152 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()
|
D | video_receive_stream.h | 85 CongestionController* const congestion_controller_; variable
|
D | video_send_stream.h | 88 CongestionController* const congestion_controller_; variable
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream_unittest.cc | 57 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
|
D | audio_receive_stream_unittest.cc | 69 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
|