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

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc 74 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_; local
75 if (increase_threshold_d > INT_MAX) {
80 const int increase_threshold = static_cast<int>(increase_threshold_d);
  /external/chromium_org/third_party/webrtc/base/
bandwidthsmoother.cc 57 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_; local
58 if (increase_threshold_d > INT_MAX) {
63 const int increase_threshold = static_cast<int>(increase_threshold_d);

Completed in 438 milliseconds