OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_alphaCountMax
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h
130
const uint32_t
_alphaCountMax
;
jitter_estimator.cc
37
_alphaCountMax
(400),
309
if (_alphaCount >
_alphaCountMax
)
310
_alphaCount =
_alphaCountMax
;
Completed in 101 milliseconds