Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.cc64 monitor_interval_length_strategy_(MonitorIntervalLengthStrategy::kFixed), in PccNetworkController()
233 if (monitor_interval_length_strategy_ == in ComputeMonitorIntervalsDuration()
239 RTC_DCHECK(monitor_interval_length_strategy_ == in ComputeMonitorIntervalsDuration()
Dpcc_network_controller.h105 const MonitorIntervalLengthStrategy monitor_interval_length_strategy_; variable