HomeSort by relevance Sort by last modified time
    Searched refs:send_side_bwe (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 37 RemoteBitrateEstimator*(bool send_side_bwe));
  /external/webrtc/webrtc/call/
congestion_controller.h 58 bool send_side_bwe) const;
congestion_controller.cc 229 bool send_side_bwe) const {
231 if (send_side_bwe)
  /external/webrtc/webrtc/video/
video_quality_test.h 42 bool send_side_bwe; member in struct:webrtc::VideoQualityTest::Params::__anon37534
video_receive_stream.cc 156 bool send_side_bwe = local
160 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe);
300 bool send_side_bwe = UseSendSideBwe(config_.rtp.extensions); local
301 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe)->
video_loopback.cc 177 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
screenshare_loopback.cc 175 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
video_quality_test.cc 806 if (params_.common.send_side_bwe) {
828 video_receive_configs_[i].rtp.transport_cc = params_.common.send_side_bwe;
    [all...]
  /external/webrtc/webrtc/audio/
audio_receive_stream_unittest.cc 122 void SetupMockForBweFeedback(bool send_side_bwe) {
124 GetRemoteBitrateEstimator(send_side_bwe))

Completed in 159 milliseconds