HomeSort by relevance Sort by last modified time
    Searched defs:congestion_controller_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/video/
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
  /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::__anon49573::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::__anon49572::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...]

Completed in 74 milliseconds