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

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc 80 const int increase_threshold = static_cast<int>(increase_threshold_d); local
81 if (mean_bandwidth < increase_threshold) {
88 if (increase_threshold == 0) {
93 bandwidth_estimation_ = increase_threshold;
  /external/chromium_org/third_party/webrtc/base/
bandwidthsmoother.cc 63 const int increase_threshold = static_cast<int>(increase_threshold_d); local
64 if (mean_bandwidth < increase_threshold) {
71 if (increase_threshold == 0) {
76 bandwidth_estimation_ = increase_threshold;

Completed in 1153 milliseconds