Searched refs:_prevTimestamp (Results 1 – 3 of 3) sorted by relevance
27 _prevTimestamp = 0; in Reset()42 _prevTimestamp = timestamp; in CalculateDelay()57 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) || wrapAroundsSincePrev < 0) in CalculateDelay()66 (static_cast<int64_t>(1)<<32) - _prevTimestamp) / 90.0 + 0.5); in CalculateDelay()73 _prevTimestamp = timestamp; in CalculateDelay()94 if (timestamp < _prevTimestamp) in CheckForWrapArounds()99 if (static_cast<int32_t>(timestamp - _prevTimestamp) > 0) in CheckForWrapArounds()107 else if (static_cast<int32_t>(_prevTimestamp - timestamp) > 0) in CheckForWrapArounds()
57 uint32_t _prevTimestamp; variable
97 unsigned int _prevTimestamp; variable