Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dprobe_controller.cc101 first_allocation_probe_scale("alloc_p1", 1), in ProbeControllerConfig()
120 &first_allocation_probe_scale, in ProbeControllerConfig()
145 {&first_allocation_probe_scale, &second_allocation_probe_scale, in ProbeControllerConfig()
233 if (!config_.first_allocation_probe_scale) in OnMaxTotalAllocatedBitrate()
237 config_.first_allocation_probe_scale.Value(); in OnMaxTotalAllocatedBitrate()
H A Dprobe_controller.h66 FieldTrialOptional<double> first_allocation_probe_scale; member