Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc102 second_allocation_probe_scale("alloc_p2", 2), in ProbeControllerConfig()
109 &second_allocation_probe_scale, &allocation_allow_further_probing}, in ProbeControllerConfig()
121 {&first_allocation_probe_scale, &second_allocation_probe_scale, in ProbeControllerConfig()
219 if (config_.second_allocation_probe_scale) { in OnMaxTotalAllocatedBitrate()
222 config_.second_allocation_probe_scale.Value(); in OnMaxTotalAllocatedBitrate()
Dprobe_controller.h52 FieldTrialOptional<double> second_allocation_probe_scale; member