#include <median_slope_estimator.h>
◆ MedianSlopeEstimator() [1/2]
webrtc::MedianSlopeEstimator::MedianSlopeEstimator |
( |
size_t |
window_size, |
|
|
double |
threshold_gain |
|
) |
| |
◆ ~MedianSlopeEstimator() [1/2]
webrtc::MedianSlopeEstimator::~MedianSlopeEstimator |
( |
| ) |
|
◆ MedianSlopeEstimator() [2/2]
webrtc::MedianSlopeEstimator::MedianSlopeEstimator |
( |
size_t |
window_size, |
|
|
double |
threshold_gain |
|
) |
| |
◆ ~MedianSlopeEstimator() [2/2]
webrtc::MedianSlopeEstimator::~MedianSlopeEstimator |
( |
| ) |
|
◆ num_of_deltas() [1/2]
unsigned int webrtc::MedianSlopeEstimator::num_of_deltas |
( |
| ) |
const |
|
inline |
◆ num_of_deltas() [2/2]
unsigned int webrtc::MedianSlopeEstimator::num_of_deltas |
( |
| ) |
const |
|
inline |
◆ trendline_slope() [1/2]
double webrtc::MedianSlopeEstimator::trendline_slope |
( |
| ) |
const |
|
inline |
◆ trendline_slope() [2/2]
double webrtc::MedianSlopeEstimator::trendline_slope |
( |
| ) |
const |
|
inline |
◆ Update() [1/2]
void webrtc::MedianSlopeEstimator::Update |
( |
double |
recv_delta_ms, |
|
|
double |
send_delta_ms, |
|
|
int64_t |
arrival_time_ms |
|
) |
| |
◆ Update() [2/2]
void webrtc::MedianSlopeEstimator::Update |
( |
double |
recv_delta_ms, |
|
|
double |
send_delta_ms, |
|
|
int64_t |
arrival_time_ms |
|
) |
| |
The documentation for this class was generated from the following files: