Home
last modified time | relevance | path

Searched refs:high_rtt_nack_threshold_ms (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dreceiver.cc204 int64_t high_rtt_nack_threshold_ms) { in SetNackMode() argument
208 high_rtt_nack_threshold_ms); in SetNackMode()
Dreceiver.h58 int64_t high_rtt_nack_threshold_ms);
Djitter_buffer.cc934 int64_t high_rtt_nack_threshold_ms) { in SetNackMode() argument
940 assert(low_rtt_nack_threshold_ms >= -1 && high_rtt_nack_threshold_ms >= -1); in SetNackMode()
941 assert(high_rtt_nack_threshold_ms == -1 || in SetNackMode()
942 low_rtt_nack_threshold_ms <= high_rtt_nack_threshold_ms); in SetNackMode()
943 assert(low_rtt_nack_threshold_ms > -1 || high_rtt_nack_threshold_ms == -1); in SetNackMode()
945 high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms; in SetNackMode()
Djitter_buffer.h191 int64_t high_rtt_nack_threshold_ms);