Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dinter_frame_delay.cc27 _prevTimestamp = 0; in Reset()
42 _prevTimestamp = timestamp; in CalculateDelay()
57 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) || wrapAroundsSincePrev < 0) in CalculateDelay()
66 (static_cast<int64_t>(1)<<32) - _prevTimestamp) / 90.0 + 0.5); in CalculateDelay()
73 _prevTimestamp = timestamp; in CalculateDelay()
94 if (timestamp < _prevTimestamp) in CheckForWrapArounds()
99 if (static_cast<int32_t>(timestamp - _prevTimestamp) > 0) in CheckForWrapArounds()
107 else if (static_cast<int32_t>(_prevTimestamp - timestamp) > 0) in CheckForWrapArounds()
Dinter_frame_delay.h57 uint32_t _prevTimestamp; variable
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Djitter_estimate_test.h97 unsigned int _prevTimestamp; variable