OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_wrapArounds
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
inter_frame_delay.cc
22
_wrapArounds
= 0;
41
int32_t prevWrapArounds =
_wrapArounds
;
45
int32_t wrapAroundsSincePrev =
_wrapArounds
- prevWrapArounds;
96
_wrapArounds
++;
104
_wrapArounds
--;
inter_frame_delay.h
56
int32_t
_wrapArounds
; // Number of wrapArounds detected
/external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc
21
_wrapArounds
(0),
56
_wrapArounds
= 0;
86
_wrapArounds
* ((static_cast<int64_t>(1) << 32) - 1);
155
_wrapArounds
* ((static_cast<int64_t>(1) << 32) - 1);
202
_wrapArounds
++;
210
_wrapArounds
--;
/external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h
38
int32_t
_wrapArounds
;
Completed in 125 milliseconds