Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc63 rampup_uma_stats_updated_(kNumUmaRampupMetrics, false), in SendSideBandwidthEstimation()
147 if (!rampup_uma_stats_updated_[i] && in UpdateUmaStats()
151 rampup_uma_stats_updated_[i] = true; in UpdateUmaStats()
Dsend_side_bandwidth_estimation.h88 std::vector<bool> rampup_uma_stats_updated_; variable