Home
last modified time | relevance | path

Searched defs:GetFeedbackIntervalMs (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dsend_side.cc43 int FullBweSender::GetFeedbackIntervalMs() const { in GetFeedbackIntervalMs() function in webrtc::testing::bwe::FullBweSender
Dremb.cc60 int RembBweSender::GetFeedbackIntervalMs() const { in GetFeedbackIntervalMs() function in webrtc::testing::bwe::RembBweSender
Dnada.cc172 int NadaBweSender::GetFeedbackIntervalMs() const { in GetFeedbackIntervalMs() function in webrtc::testing::bwe::NadaBweSender
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.h146 int GetFeedbackIntervalMs() const override { return 10; } in GetFeedbackIntervalMs() function
Dbwe.cc64 int GetFeedbackIntervalMs() const override { return 1000; } in GetFeedbackIntervalMs() function in webrtc::testing::bwe::NullBweSender
Dpacket_sender.cc141 int VideoSender::GetFeedbackIntervalMs() const { in GetFeedbackIntervalMs() function in webrtc::testing::bwe::VideoSender