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/estimators/
nada.cc 42 exp_smoothed_delay_ms_(-1),
72 exp_smoothed_delay_ms_ = ExponentialSmoothingFilter(
73 median_filtered_delay_ms_, exp_smoothed_delay_ms_, kAlpha);
75 if (exp_smoothed_delay_ms_ < kDelayLowThresholdMs) {
76 est_queuing_delay_signal_ms_ = exp_smoothed_delay_ms_;
77 } else if (exp_smoothed_delay_ms_ < kDelayMaxThresholdMs) {
80 exp_smoothed_delay_ms_)) /
123 return new NadaFeedback(flow_id_, now_ms * 1000, exp_smoothed_delay_ms_,
nada.h 58 int64_t exp_smoothed_delay_ms_; // Referred as d_hat_n. member in class:webrtc::testing::bwe::NadaBweReceiver
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 159 exp_smoothed_delay_ms_(exp_smoothed_delay_ms),
166 int64_t exp_smoothed_delay_ms() const { return exp_smoothed_delay_ms_; }
175 int64_t exp_smoothed_delay_ms_; // Referred as d_hat_n. member in class:webrtc::testing::bwe::NadaFeedback

Completed in 148 milliseconds