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

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.h 66 uint32 time_between_increase_; member in class:talk_base::BandwidthSmoother
bandwidthsmoother.cc 39 : time_between_increase_(time_between_increase),
85 // time_between_increase_ time.
86 } else if (sample_time >= time_at_last_change_ + time_between_increase_) {

Completed in 2038 milliseconds