Home
last modified time | relevance | path

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

/external/webrtc/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()
96 _wrapArounds++; in CheckForWrapArounds()
104 _wrapArounds--; in CheckForWrapArounds()
Dinter_frame_delay.h56 int32_t _wrapArounds; // Number of wrapArounds detected variable
/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc21 _wrapArounds(0), in TimestampExtrapolator()
56 _wrapArounds = 0; in Reset()
86 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in Update()
155 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in ExtrapolateLocalTime()
202 _wrapArounds++; in CheckForWrapArounds()
210 _wrapArounds--; in CheckForWrapArounds()
/external/webrtc/webrtc/system_wrappers/include/
Dtimestamp_extrapolator.h38 int32_t _wrapArounds; variable