Home
last modified time | relevance | path

Searched refs:exp_smoothed_delay_ms (Results 1 – 12 of 12) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada_unittest.cc132 int64_t exp_smoothed_delay_ms = ref_signal_ms; in NotCongestedFb() local
136 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in NotCongestedFb()
142 int64_t exp_smoothed_delay_ms = 1000; in CongestedFb() local
146 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in CongestedFb()
153 int64_t exp_smoothed_delay_ms = 100000; in ExtremelyCongestedFb() local
157 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in ExtremelyCongestedFb()
324 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), -1); in TEST_F()
348 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), 0L); in TEST_F()
384 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
453 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
H A Dnada.cc220 fb.exp_smoothed_delay_ms() < in GiveFeedback()
226 fb.exp_smoothed_delay_ms() > kMaxCongestionSignalMs) { in GiveFeedback()
263 (fb.congestion_signal() + fb.exp_smoothed_delay_ms()); in AcceleratedRampDown()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada_unittest.cc133 int64_t exp_smoothed_delay_ms = ref_signal_ms; in NotCongestedFb() local
137 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in NotCongestedFb()
143 int64_t exp_smoothed_delay_ms = 1000; in CongestedFb() local
147 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in CongestedFb()
154 int64_t exp_smoothed_delay_ms = 100000; in ExtremelyCongestedFb() local
158 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in ExtremelyCongestedFb()
325 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), -1); in TEST_F()
349 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), 0L); in TEST_F()
385 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
454 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
H A Dnada.cc221 fb.exp_smoothed_delay_ms() < in GiveFeedback()
227 fb.exp_smoothed_delay_ms() > kMaxCongestionSignalMs) { in GiveFeedback()
264 (fb.congestion_signal() + fb.exp_smoothed_delay_ms()); in AcceleratedRampDown()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada_unittest.cc132 int64_t exp_smoothed_delay_ms = ref_signal_ms; in NotCongestedFb() local
136 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in NotCongestedFb()
142 int64_t exp_smoothed_delay_ms = 1000; in CongestedFb() local
146 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in CongestedFb()
153 int64_t exp_smoothed_delay_ms = 100000; in ExtremelyCongestedFb() local
157 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in ExtremelyCongestedFb()
324 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), -1); in TEST_F()
348 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), 0L); in TEST_F()
384 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
453 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
H A Dnada.cc220 fb.exp_smoothed_delay_ms() < in GiveFeedback()
226 fb.exp_smoothed_delay_ms() > kMaxCongestionSignalMs) { in GiveFeedback()
263 (fb.congestion_signal() + fb.exp_smoothed_delay_ms()); in AcceleratedRampDown()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada_unittest.cc132 int64_t exp_smoothed_delay_ms = ref_signal_ms; in NotCongestedFb() local
136 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in NotCongestedFb()
142 int64_t exp_smoothed_delay_ms = 1000; in CongestedFb() local
146 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in CongestedFb()
153 int64_t exp_smoothed_delay_ms = 100000; in ExtremelyCongestedFb() local
157 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms, in ExtremelyCongestedFb()
324 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), -1); in TEST_F()
348 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), 0L); in TEST_F()
384 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
453 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), in TEST_F()
H A Dnada.cc220 fb.exp_smoothed_delay_ms() < in GiveFeedback()
226 fb.exp_smoothed_delay_ms() > kMaxCongestionSignalMs) { in GiveFeedback()
263 (fb.congestion_signal() + fb.exp_smoothed_delay_ms()); in AcceleratedRampDown()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h149 int64_t exp_smoothed_delay_ms, in NadaFeedback() argument
156 exp_smoothed_delay_ms_(exp_smoothed_delay_ms), in NadaFeedback()
163 int64_t exp_smoothed_delay_ms() const { return exp_smoothed_delay_ms_; } in exp_smoothed_delay_ms() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h167 int64_t exp_smoothed_delay_ms, in NadaFeedback() argument
174 exp_smoothed_delay_ms_(exp_smoothed_delay_ms), in NadaFeedback()
181 int64_t exp_smoothed_delay_ms() const { return exp_smoothed_delay_ms_; } in exp_smoothed_delay_ms() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h167 int64_t exp_smoothed_delay_ms, in NadaFeedback() argument
174 exp_smoothed_delay_ms_(exp_smoothed_delay_ms), in NadaFeedback()
181 int64_t exp_smoothed_delay_ms() const { return exp_smoothed_delay_ms_; } in exp_smoothed_delay_ms() function
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h167 int64_t exp_smoothed_delay_ms, in NadaFeedback() argument
174 exp_smoothed_delay_ms_(exp_smoothed_delay_ms), in NadaFeedback()
181 int64_t exp_smoothed_delay_ms() const { return exp_smoothed_delay_ms_; } in exp_smoothed_delay_ms() function