Home
last modified time | relevance | path

Searched refs:OPERATING_SYSTEM_JITTER (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.h69 static const uint32_t OPERATING_SYSTEM_JITTER = 10; variable
Djitter_estimator.cc388 double jitterMS = CalculateEstimate() + OPERATING_SYSTEM_JITTER; in GetJitterEstimate()