OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalculateEstimate
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h
105
double
CalculateEstimate
();
jitter_estimator.cc
353
double VCMJitterEstimator::
CalculateEstimate
() {
372
_filterJitterEstimate =
CalculateEstimate
();
388
double jitterMS =
CalculateEstimate
() + OPERATING_SYSTEM_JITTER;
Completed in 63 milliseconds