Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dinter_frame_delay.cc45 int32_t wrapAroundsSincePrev = _wrapArounds - prevWrapArounds; in CalculateDelay() local
51 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) || in CalculateDelay()
52 wrapAroundsSincePrev < 0) { in CalculateDelay()
60 (timestamp + wrapAroundsSincePrev * (static_cast<int64_t>(1) << 32) - in CalculateDelay()