HomeSort by relevance Sort by last modified time
    Searched refs:exp_smoothed_delay_ms (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 152 int64_t exp_smoothed_delay_ms,
159 exp_smoothed_delay_ms_(exp_smoothed_delay_ms),
166 int64_t exp_smoothed_delay_ms() const { return exp_smoothed_delay_ms_; } function in class:webrtc::testing::bwe::NadaFeedback
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada_unittest.cc 133 int64_t exp_smoothed_delay_ms = ref_signal_ms; local
137 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms,
143 int64_t exp_smoothed_delay_ms = 1000; local
147 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms,
154 int64_t exp_smoothed_delay_ms = 100000; local
158 return NadaFeedback(kFlowId, kNowMs, exp_smoothed_delay_ms,
323 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), -1);
347 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(), 0L);
383 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(),
452 EXPECT_EQ(nada_feedback->exp_smoothed_delay_ms(),
    [all...]
nada.cc 214 fb.exp_smoothed_delay_ms() <
220 fb.exp_smoothed_delay_ms() > kMaxCongestionSignalMs) {
258 (fb.congestion_signal() + fb.exp_smoothed_delay_ms());

Completed in 3575 milliseconds