HomeSort by relevance Sort by last modified time
    Searched refs:percent_increase_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.h 67 double percent_increase_; member in class:talk_base::BandwidthSmoother
bandwidthsmoother.cc 40 percent_increase_(talk_base::_max(1.0, percent_increase)),
74 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_;
84 // percent_increase_ * bandwidth_estimation_ for at least

Completed in 221 milliseconds