OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_nackCount
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
frame_buffer.h
86
uint16_t
_nackCount
;
frame_buffer.cc
23
: _state(kStateEmpty),
_nackCount
(0), _latestPacketTimeMs(-1) {}
31
_nackCount
(rhs.
_nackCount
),
174
_nackCount
++;
178
return
_nackCount
;
198
_nackCount
= 0;
jitter_estimator.cc
76
_nackCount
= rhs.
_nackCount
;
104
_nackCount
= 0;
113
_nackCount
= 0;
202
if (
_nackCount
< _nackLimit) {
203
_nackCount
++;
391
if (
_nackCount
>= _nackLimit)
jitter_estimator.h
158
uint32_t
_nackCount
; // Keeps track of the number of nacks received,
Completed in 8449 milliseconds