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