Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector.cc41 conf.bandwidth_usage_ratio = in GetConfigFromTrials()
56 "bw_usage", &bandwidth_usage_ratio, // in Parser()
103 static_cast<double>(bitrate_bps) * conf_.bandwidth_usage_ratio / 1000; in SetEstimatedBitrate()
Dalr_detector.h34 double bandwidth_usage_ratio = 0.65; member