Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc101 first_allocation_probe_scale("alloc_p1", 1), in ProbeControllerConfig()
108 &alr_probing_interval, &alr_probe_scale, &first_allocation_probe_scale, in ProbeControllerConfig()
121 {&first_allocation_probe_scale, &second_allocation_probe_scale, in ProbeControllerConfig()
210 if (!config_.first_allocation_probe_scale) in OnMaxTotalAllocatedBitrate()
215 config_.first_allocation_probe_scale.Value(); in OnMaxTotalAllocatedBitrate()
Dprobe_controller.h51 FieldTrialOptional<double> first_allocation_probe_scale; member