Home
last modified time | relevance | path

Searched refs:ts90khz (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc63 TimestampExtrapolator::Update(int64_t tMs, uint32_t ts90khz) in Update() argument
83 CheckForWrapArounds(ts90khz); in Update()
85 int64_t unwrapped_ts90khz = static_cast<int64_t>(ts90khz) + in Update()
187 TimestampExtrapolator::CheckForWrapArounds(uint32_t ts90khz) in CheckForWrapArounds() argument
191 _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()
/external/webrtc/webrtc/system_wrappers/include/
Dtimestamp_extrapolator.h25 void Update(int64_t tMs, uint32_t ts90khz);
30 void CheckForWrapArounds(uint32_t ts90khz);