Searched refs:send_side_bwe (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/call/mock/
H A Dmock_congestion_controller.h37 RemoteBitrateEstimator*(bool send_side_bwe));
/external/webrtc/webrtc/call/
H A Dcongestion_controller.h58 bool send_side_bwe) const;
H A Dcongestion_controller.cc229 bool send_side_bwe) const {
231 if (send_side_bwe)
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.h42 bool send_side_bwe; member in struct:webrtc::VideoQualityTest::Params::__anon24966
H A Dvideo_receive_stream.cc156 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)->
H A Dscreenshare_loopback.cc175 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
H A Dvideo_loopback.cc177 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
H A Dvideo_quality_test.cc806 if (params_.common.send_side_bwe) {
828 video_receive_configs_[i].rtp.transport_cc = params_.common.send_side_bwe;
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream_unittest.cc122 void SetupMockForBweFeedback(bool send_side_bwe) { argument
124 GetRemoteBitrateEstimator(send_side_bwe))

Completed in 217 milliseconds