OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_rtt_nack_threshold_ms_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.h
319
int
low_rtt_nack_threshold_ms_
;
member in class:webrtc::VCMJitterBuffer
jitter_buffer.cc
151
low_rtt_nack_threshold_ms_
(-1),
831
if (
low_rtt_nack_threshold_ms_
>= 0 &&
832
static_cast<int>(rtt_ms_) >=
low_rtt_nack_threshold_ms_
) {
833
// For RTTs above
low_rtt_nack_threshold_ms_
we don't apply extra delay
858
low_rtt_nack_threshold_ms_
= low_rtt_nack_threshold_ms;
[
all
...]
Completed in 35 milliseconds