Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc68 _lastUpdateT = rhs._lastUpdateT; in operator =()
97 _lastUpdateT = -1; in Reset()
297 if (_lastUpdateT != -1) { in EstimateRandomJitter()
298 fps_counter_.AddSample(now - _lastUpdateT); in EstimateRandomJitter()
300 _lastUpdateT = now; in EstimateRandomJitter()
Djitter_estimator.h147 int64_t _lastUpdateT; variable