Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc104 allocation_probe_max("alloc_probe_max", DataRate::PlusInfinity()) { in ProbeControllerConfig()
122 &allocation_allow_further_probing, &allocation_probe_max}, in ProbeControllerConfig()
216 DataRate probe_cap = config_.allocation_probe_max.Get(); in OnMaxTotalAllocatedBitrate()
Dprobe_controller.h54 FieldTrialParameter<DataRate> allocation_probe_max; member