Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc74 _startupCount = rhs._startupCount; in operator =()
107 _startupCount = 0; in Reset()
187 if (_startupCount >= kStartupDelaySamples) { in UpdateEstimate()
190 _startupCount++; in UpdateEstimate()
Djitter_estimator.h154 uint32_t _startupCount; variable