Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer.cc848 int high_rtt_nack_threshold_ms) { in SetNackMode() argument
854 assert(low_rtt_nack_threshold_ms >= -1 && high_rtt_nack_threshold_ms >= -1); in SetNackMode()
855 assert(high_rtt_nack_threshold_ms == -1 || in SetNackMode()
856 low_rtt_nack_threshold_ms <= high_rtt_nack_threshold_ms); in SetNackMode()
857 assert(low_rtt_nack_threshold_ms > -1 || high_rtt_nack_threshold_ms == -1); in SetNackMode()
859 high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms; in SetNackMode()
Dreceiver.h63 int high_rtt_nack_threshold_ms);
Dreceiver.cc227 int high_rtt_nack_threshold_ms) { in SetNackMode() argument
231 high_rtt_nack_threshold_ms); in SetNackMode()
Djitter_buffer.h162 int high_rtt_nack_threshold_ms);