Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dacknowledged_bitrate_estimator_interface.cc43 if (unacked_weight < 0.0 || 1.0 < unacked_weight) { in RobustThroughputEstimatorSettings()
46 unacked_weight = 1.0; in RobustThroughputEstimatorSettings()
59 "unacked_weight", &unacked_weight); in Parser()
Dacknowledged_bitrate_estimator_interface.h59 double unacked_weight = 1.0; member
Drobust_throughput_estimator.cc40 settings_.unacked_weight; in IncomingPacketFeedbackVector()