Searched refs:_lastUpdateT (Results 1 – 2 of 2) sorted by relevance
73 _lastUpdateT = rhs._lastUpdateT; in operator =()103 _lastUpdateT = -1; in Reset()299 if (_lastUpdateT != -1) { in EstimateRandomJitter()300 fps_counter_.AddSample(now - _lastUpdateT); in EstimateRandomJitter()302 _lastUpdateT = now; in EstimateRandomJitter()
136 int64_t _lastUpdateT; variable