Searched refs:TMMBR (Results 1 – 7 of 7) sorted by relevance
37 RTC_DEPRECATED virtual bool TMMBR() const = 0;
156 if (remote_bitrate_ && rtcp_sender_.TMMBR()) { in Process()195 if (TMMBR() && rtcp_receiver_.UpdateTmmbrTimers()) { in Process()626 bool ModuleRtpRtcpImpl::TMMBR() const { in TMMBR() function in webrtc::ModuleRtpRtcpImpl627 return rtcp_sender_.TMMBR(); in TMMBR()
127 if (remote_bitrate_ && rtcp_sender_.Sending() && rtcp_sender_.TMMBR()) { in Process()756 if (rtcp_sender_.TMMBR() && rtcp_receiver_.UpdateTmmbrTimers()) in PeriodicUpdate()
219 bool TMMBR() const override;
558 EXPECT_FALSE(rtcp_sender_->TMMBR()); in TEST_F()560 EXPECT_TRUE(rtcp_sender_->TMMBR()); in TEST_F()570 EXPECT_FALSE(rtcp_sender_->TMMBR()); in TEST_F()
132 bool TMMBR() const RTC_LOCKS_EXCLUDED(mutex_rtcp_sender_);
281 bool RTCPSender::TMMBR() const { in TMMBR() function in webrtc::RTCPSender