OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_jumpBuf
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc
38
memcpy(
_jumpBuf
, rhs.
_jumpBuf
, sizeof(
_jumpBuf
));
52
memset(
_jumpBuf
, 0, kMaxDriftJumpCount);
110
_jumpBuf
[abs(_jumpCount)] = rttMs;
115
ShortRttFilter(
_jumpBuf
, abs(_jumpCount));
rtt_filter.h
60
int64_t
_jumpBuf
[kMaxDriftJumpCount];
Completed in 92 milliseconds