OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nack_threshold_packets_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack.h
91
// |
nack_threshold_packets_
| & |max_nack_list_size_| preserve their values.
160
// |
nack_threshold_packets_
|) are flagged as missing.
174
// If packet N is arrived, any packet prior to N - |
nack_threshold_packets_
|
176
// Also any packet in the range of N-1 and N - |
nack_threshold_packets_
|,
179
const int
nack_threshold_packets_
;
member in class:webrtc::Nack
nack.cc
30
:
nack_threshold_packets_
(nack_threshold_packets),
111
sequence_number_current_received_rtp -
nack_threshold_packets_
));
130
sequence_number_current_received_rtp -
nack_threshold_packets_
;
Completed in 111 milliseconds