OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_driftCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc
37
_driftCount
= rhs.
_driftCount
;
51
_driftCount
= 0;
129
if (
_driftCount
< kMaxDriftJumpCount) {
132
_driftBuf[
_driftCount
] = rttMs;
133
_driftCount
++;
135
if (
_driftCount
>= _detectThreshold) {
137
ShortRttFilter(_driftBuf,
_driftCount
);
139
_driftCount
= 0;
142
_driftCount
= 0
[
all
...]
rtt_filter.h
58
int32_t
_driftCount
;
Completed in 455 milliseconds