Searched refs:_prevTimestamp (Results 1 – 2 of 2) sorted by relevance
24 _prevTimestamp = 0; in Reset()36 _prevTimestamp = timestamp; in CalculateDelay()51 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) || in CalculateDelay()61 _prevTimestamp) / in CalculateDelay()70 _prevTimestamp = timestamp; in CalculateDelay()88 if (timestamp < _prevTimestamp) { in CheckForWrapArounds()94 if (static_cast<int32_t>(timestamp - _prevTimestamp) > 0) { in CheckForWrapArounds()102 } else if (static_cast<int32_t>(_prevTimestamp - timestamp) > 0) { in CheckForWrapArounds()
58 uint32_t _prevTimestamp; variable