Searched refs:send_side_bwe (Results 1 – 9 of 9) sorted by relevance
156 bool send_side_bwe = in VideoReceiveStream() local160 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe); in VideoReceiveStream()300 bool send_side_bwe = UseSendSideBwe(config_.rtp.extensions); in ~VideoReceiveStream() local301 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe)-> in ~VideoReceiveStream()
42 bool send_side_bwe; member
175 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
177 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
806 if (params_.common.send_side_bwe) { in SetupCommon()828 video_receive_configs_[i].rtp.transport_cc = params_.common.send_side_bwe; in SetupCommon()
37 RemoteBitrateEstimator*(bool send_side_bwe));
229 bool send_side_bwe) const { in GetRemoteBitrateEstimator()231 if (send_side_bwe) in GetRemoteBitrateEstimator()
58 bool send_side_bwe) const;
122 void SetupMockForBweFeedback(bool send_side_bwe) { in SetupMockForBweFeedback()124 GetRemoteBitrateEstimator(send_side_bwe)) in SetupMockForBweFeedback()