Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc232 load_estimate_ = (options_.low_encode_usage_threshold_percent + in Reset()
287 load_estimate_ = c * encode_time + exp(-e) * load_estimate_; in AddSample()
320 return static_cast<int>(100.0 * load_estimate_ + 0.5); in Value()
328 double load_estimate_; member in webrtc::__anon8c24cb480111::SendProcessingUsage2