Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc98 ignore_small_(key_value_config), in DelayBasedBwe()
121 << ignore_small_.Parser()->Encode() in DelayBasedBwe()
200 if (!ignore_small_.small_threshold.IsZero()) { in IncomingPacketFeedback()
202 static_cast<double>(packet_size >= ignore_small_.large_threshold); in IncomingPacketFeedback()
204 ignore_small_.smoothing_factor * (is_large - fraction_large_packets_); in IncomingPacketFeedback()
205 if (packet_size <= ignore_small_.small_threshold && in IncomingPacketFeedback()
206 fraction_large_packets_ >= ignore_small_.fraction_large) { in IncomingPacketFeedback()
Ddelay_based_bwe.h122 BweIgnoreSmallPacketsSettings ignore_small_; variable