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

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc 42 bandwidth_estimation_(initial_bandwidth_guess),
67 if (mean_bandwidth < bandwidth_estimation_) {
69 bandwidth_estimation_ = mean_bandwidth;
73 const int old_bandwidth_estimation = bandwidth_estimation_;
74 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_;
84 // percent_increase_ * bandwidth_estimation_ for at least
89 // Bandwidth_estimation_ must be zero. Assume a jump from zero to a
91 bandwidth_estimation_ = mean_bandwidth;
93 bandwidth_estimation_ = increase_threshold;
98 return old_bandwidth_estimation != bandwidth_estimation_;
    [all...]
bandwidthsmoother.h 62 return bandwidth_estimation_;
69 int bandwidth_estimation_; member in class:talk_base::BandwidthSmoother

Completed in 25 milliseconds