Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_estimator.cc69 _lastUpdateT = rhs._lastUpdateT; in operator =()
100 _lastUpdateT = -1; in Reset()
319 if (_lastUpdateT != -1) { in EstimateRandomJitter()
320 fps_counter_.AddSample(now - _lastUpdateT); in EstimateRandomJitter()
322 _lastUpdateT = now; in EstimateRandomJitter()
Djitter_estimator.h143 int64_t _lastUpdateT; variable