Searched refs:ts90khz (Results 1 – 2 of 2) sorted by relevance
63 TimestampExtrapolator::Update(int64_t tMs, uint32_t ts90khz) in Update() argument83 CheckForWrapArounds(ts90khz); in Update()85 int64_t unwrapped_ts90khz = static_cast<int64_t>(ts90khz) + in Update()187 TimestampExtrapolator::CheckForWrapArounds(uint32_t ts90khz) in CheckForWrapArounds() argument191 _prevWrapTimestamp = ts90khz; in CheckForWrapArounds()194 if (ts90khz < _prevWrapTimestamp) in CheckForWrapArounds()199 if (static_cast<int32_t>(ts90khz - _prevWrapTimestamp) > 0) in CheckForWrapArounds()207 else if (static_cast<int32_t>(_prevWrapTimestamp - ts90khz) > 0) in CheckForWrapArounds()212 _prevWrapTimestamp = ts90khz; in CheckForWrapArounds()
25 void Update(int64_t tMs, uint32_t ts90khz);30 void CheckForWrapArounds(uint32_t ts90khz);