OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_nackLimit
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h
132
const uint32_t
_nackLimit
;
159
// but never goes above
_nackLimit
jitter_estimator.cc
39
_nackLimit
(3),
196
// Wait until
_nackLimit
retransmissions has been received,
202
if (_nackCount <
_nackLimit
) {
391
if (_nackCount >=
_nackLimit
)
Completed in 213 milliseconds