OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckForWrapArounds
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
inter_frame_delay.cc
42
CheckForWrapArounds
(timestamp);
87
void VCMInterFrameDelay::
CheckForWrapArounds
(uint32_t timestamp) {
/external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc
48
int64_t wraps =
CheckForWrapArounds
(new_timestamp, old_timestamp);
133
int
CheckForWrapArounds
(uint32_t new_timestamp, uint32_t old_timestamp) {
timestamp_extrapolator.cc
83
CheckForWrapArounds
(ts90khz);
153
CheckForWrapArounds
(timestamp90khz);
187
TimestampExtrapolator::
CheckForWrapArounds
(uint32_t ts90khz)
Completed in 91 milliseconds