Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dinter_frame_delay.cc24 _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()
Dinter_frame_delay.h58 uint32_t _prevTimestamp; variable