Home
last modified time | relevance | path

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

/external/webrtc/call/
Dcall_factory.cc50 int queue_length = 0; in ParseDegradationConfig() local
51 if (ParseConfigParam(exp_prefix + "QueueLength", &queue_length)) { in ParseDegradationConfig()
52 RTC_CHECK_GE(queue_length, 0); in ParseDegradationConfig()
53 config.queue_length_packets = queue_length; in ParseDegradationConfig()