Searched defs:OveruseEstimator (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc28 OveruseEstimator::OveruseEstimator(const OverUseDetectorOptions& options) function in class:webrtc::OveruseEstimator
44 OveruseEstimator::~OveruseEstimator() {
48 void OveruseEstimator::Update(int64_t t_delta,
117 double OveruseEstimator::UpdateMinFramePeriod(double ts_delta) {
130 void OveruseEstimator::UpdateNoiseEstimate(double residual,
H A Doveruse_estimator.h21 class OveruseEstimator { class in namespace:webrtc
23 explicit OveruseEstimator(const OverUseDetectorOptions& options);
24 ~OveruseEstimator();
66 RTC_DISALLOW_COPY_AND_ASSIGN(OveruseEstimator);

Completed in 93 milliseconds