Searched refs:SetTmmbn (Results 1 – 11 of 11) sorted by relevance
27 void SetTmmbn(std::vector<rtcp::TmmbItem>) override {} in SetTmmbn() function in webrtc::__anond1a15e440111::NullModuleRtpRtcp
215 void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) override;
45 virtual void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) = 0;
538 void ModuleRtpRtcpImpl2::SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) { in SetTmmbn() function in webrtc::ModuleRtpRtcpImpl2539 rtcp_sender_.SetTmmbn(std::move(bounding_set)); in SetTmmbn()
223 void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) override;
634 void ModuleRtpRtcpImpl::SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) { in SetTmmbn() function in webrtc::ModuleRtpRtcpImpl635 rtcp_sender_.SetTmmbn(std::move(bounding_set)); in SetTmmbn()
139 void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set)
582 rtcp_sender_->SetTmmbn(bounding_set); in TEST_F()604 rtcp_sender_->SetTmmbn(bounding_set); in TEST_F()
117 MOCK_METHOD(void, SetTmmbn, (std::vector<rtcp::TmmbItem>), (override));1213 EXPECT_CALL(mocks.rtp_rtcp_impl, SetTmmbn(SizeIs(1))); in TEST()1289 EXPECT_CALL(mocks.rtp_rtcp_impl, SetTmmbn); in TEST()
912 void RTCPSender::SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) { in SetTmmbn() function in webrtc::RTCPSender
1049 rtp_rtcp_->SetTmmbn(std::move(bounding)); in NotifyTmmbrUpdated()