webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::OveruseEstimator Class Reference

#include <overuse_estimator.h>

Public Member Functions

 OveruseEstimator (const OverUseDetectorOptions &options)
 
 ~OveruseEstimator ()
 
void Update (int64_t t_delta, double ts_delta, int size_delta, BandwidthUsage current_hypothesis, int64_t now_ms)
 
double var_noise () const
 
double offset () const
 
unsigned int num_of_deltas () const
 
 OveruseEstimator (const OverUseDetectorOptions &options)
 
 ~OveruseEstimator ()
 
void Update (int64_t t_delta, double ts_delta, int size_delta, BandwidthUsage current_hypothesis, int64_t now_ms)
 
double var_noise () const
 
double offset () const
 
unsigned int num_of_deltas () const
 

Constructor & Destructor Documentation

◆ OveruseEstimator() [1/2]

webrtc::OveruseEstimator::OveruseEstimator ( const OverUseDetectorOptions options)
explicit

◆ ~OveruseEstimator() [1/2]

webrtc::OveruseEstimator::~OveruseEstimator ( )

◆ OveruseEstimator() [2/2]

webrtc::OveruseEstimator::OveruseEstimator ( const OverUseDetectorOptions options)
explicit

◆ ~OveruseEstimator() [2/2]

webrtc::OveruseEstimator::~OveruseEstimator ( )

Member Function Documentation

◆ num_of_deltas() [1/2]

unsigned int webrtc::OveruseEstimator::num_of_deltas ( ) const
inline

◆ num_of_deltas() [2/2]

unsigned int webrtc::OveruseEstimator::num_of_deltas ( ) const
inline

◆ offset() [1/2]

double webrtc::OveruseEstimator::offset ( ) const
inline

◆ offset() [2/2]

double webrtc::OveruseEstimator::offset ( ) const
inline

◆ Update() [1/2]

void webrtc::OveruseEstimator::Update ( int64_t  t_delta,
double  ts_delta,
int  size_delta,
BandwidthUsage  current_hypothesis,
int64_t  now_ms 
)

◆ Update() [2/2]

void webrtc::OveruseEstimator::Update ( int64_t  t_delta,
double  ts_delta,
int  size_delta,
BandwidthUsage  current_hypothesis,
int64_t  now_ms 
)

◆ var_noise() [1/2]

double webrtc::OveruseEstimator::var_noise ( ) const
inline

◆ var_noise() [2/2]

double webrtc::OveruseEstimator::var_noise ( ) const
inline

The documentation for this class was generated from the following files: