OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_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
320
int
high_rtt_nack_threshold_ms_
;
member in class:webrtc::VCMJitterBuffer
jitter_buffer.cc
152
high_rtt_nack_threshold_ms_
(-1),
859
high_rtt_nack_threshold_ms_
= high_rtt_nack_threshold_ms;
860
// Don't set a high start rtt if
high_rtt_nack_threshold_ms_
is used, to not
862
if (rtt_ms_ == kDefaultRtt &&
high_rtt_nack_threshold_ms_
!= -1) {
[
all
...]
Completed in 37 milliseconds