Searched refs:SetPacingFactor (Results 1 – 6 of 6) sorted by relevance
67 MOCK_METHOD(void, SetPacingFactor, (float), (override));
129 virtual void SetPacingFactor(float pacing_factor) = 0;
90 void SetPacingFactor(float pacing_factor) override;
236 void RtpTransportControllerSend::SetPacingFactor(float pacing_factor) { in SetPacingFactor() function in webrtc::RtpTransportControllerSend
276 transport->SetPacingFactor(alr_settings->pacing_factor); in VideoSendStreamImpl()288 transport->SetPacingFactor(pacing_factor); in VideoSendStreamImpl()
408 SetPacingFactor(kAlrProbingExperimentPaceMultiplier)) in TEST_F()423 EXPECT_CALL(transport_controller_, SetPacingFactor(_)).Times(0); in TEST_F()436 EXPECT_CALL(transport_controller_, SetPacingFactor(_)).Times(0); in TEST_F()