Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dinter_frame_delay.cc22 _wrapArounds = 0; in Reset()
41 int32_t prevWrapArounds = _wrapArounds; in CalculateDelay()
45 int32_t wrapAroundsSincePrev = _wrapArounds - prevWrapArounds; in CalculateDelay()
84 _wrapArounds++; in CheckForWrapArounds()
91 _wrapArounds--; in CheckForWrapArounds()
Dinter_frame_delay.h49 int32_t _wrapArounds; // Number of wrapArounds detected variable
/external/webrtc/rtc_base/time/
Dtimestamp_extrapolator.cc21 _wrapArounds(0), in TimestampExtrapolator()
54 _wrapArounds = 0; in Reset()
79 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in Update()
143 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in ExtrapolateLocalTime()
179 _wrapArounds++; in CheckForWrapArounds()
187 _wrapArounds--; in CheckForWrapArounds()
Dtimestamp_extrapolator.h37 int32_t _wrapArounds; variable