Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc51 BandwidthUsage current_hypothesis, in Update() argument
67 if ((current_hypothesis == BandwidthUsage::kBwOverusing && in Update()
69 (current_hypothesis == BandwidthUsage::kBwUnderusing && in Update()
83 (current_hypothesis == BandwidthUsage::kBwNormal); in Update()
Doveruse_estimator.h49 BandwidthUsage current_hypothesis,