#include <jitter_estimator.h>
◆ VCMJitterEstimator() [1/2]
webrtc::VCMJitterEstimator::VCMJitterEstimator |
( |
const Clock * |
clock, |
|
|
int32_t |
vcmId = 0 , |
|
|
int32_t |
receiverId = 0 |
|
) |
| |
◆ ~VCMJitterEstimator() [1/2]
webrtc::VCMJitterEstimator::~VCMJitterEstimator |
( |
| ) |
|
|
virtual |
◆ VCMJitterEstimator() [2/2]
webrtc::VCMJitterEstimator::VCMJitterEstimator |
( |
const Clock * |
clock, |
|
|
int32_t |
vcmId = 0 , |
|
|
int32_t |
receiverId = 0 |
|
) |
| |
◆ ~VCMJitterEstimator() [2/2]
virtual webrtc::VCMJitterEstimator::~VCMJitterEstimator |
( |
| ) |
|
|
virtual |
◆ FrameNacked() [1/2]
void webrtc::VCMJitterEstimator::FrameNacked |
( |
| ) |
|
◆ FrameNacked() [2/2]
void webrtc::VCMJitterEstimator::FrameNacked |
( |
| ) |
|
◆ GetJitterEstimate() [1/2]
int webrtc::VCMJitterEstimator::GetJitterEstimate |
( |
double |
rttMultiplier | ) |
|
|
virtual |
◆ GetJitterEstimate() [2/2]
virtual int webrtc::VCMJitterEstimator::GetJitterEstimate |
( |
double |
rttMultiplier | ) |
|
|
virtual |
◆ LowRateExperimentEnabled() [1/2]
bool webrtc::VCMJitterEstimator::LowRateExperimentEnabled |
( |
| ) |
|
|
protectedvirtual |
◆ LowRateExperimentEnabled() [2/2]
virtual bool webrtc::VCMJitterEstimator::LowRateExperimentEnabled |
( |
| ) |
|
|
protectedvirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Reset() [1/2]
void webrtc::VCMJitterEstimator::Reset |
( |
| ) |
|
◆ Reset() [2/2]
void webrtc::VCMJitterEstimator::Reset |
( |
| ) |
|
◆ ResetNackCount() [1/2]
void webrtc::VCMJitterEstimator::ResetNackCount |
( |
| ) |
|
◆ ResetNackCount() [2/2]
void webrtc::VCMJitterEstimator::ResetNackCount |
( |
| ) |
|
◆ UpdateEstimate() [1/2]
void webrtc::VCMJitterEstimator::UpdateEstimate |
( |
int64_t |
frameDelayMS, |
|
|
uint32_t |
frameSizeBytes, |
|
|
bool |
incompleteFrame = false |
|
) |
| |
◆ UpdateEstimate() [2/2]
void webrtc::VCMJitterEstimator::UpdateEstimate |
( |
int64_t |
frameDelayMS, |
|
|
uint32_t |
frameSizeBytes, |
|
|
bool |
incompleteFrame = false |
|
) |
| |
◆ UpdateMaxFrameSize() [1/2]
void webrtc::VCMJitterEstimator::UpdateMaxFrameSize |
( |
uint32_t |
frameSizeBytes | ) |
|
◆ UpdateMaxFrameSize() [2/2]
void webrtc::VCMJitterEstimator::UpdateMaxFrameSize |
( |
uint32_t |
frameSizeBytes | ) |
|
◆ UpdateRtt() [1/2]
void webrtc::VCMJitterEstimator::UpdateRtt |
( |
int64_t |
rttMs | ) |
|
◆ UpdateRtt() [2/2]
void webrtc::VCMJitterEstimator::UpdateRtt |
( |
int64_t |
rttMs | ) |
|
◆ _theta
double webrtc::VCMJitterEstimator::_theta |
|
protected |
◆ _varNoise
double webrtc::VCMJitterEstimator::_varNoise |
|
protected |
◆ OPERATING_SYSTEM_JITTER
static const uint32_t webrtc::VCMJitterEstimator::OPERATING_SYSTEM_JITTER = 10 |
|
static |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/video_coding/jitter_estimator.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/jitter_estimator.cc