Searched refs:_lastUpdateT (Results 1 – 2 of 2) sorted by relevance
68 _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()
147 int64_t _lastUpdateT; variable