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/webrtc/base/
bandwidthsmoother.h 49 uint32 time_between_increase_; member in class:rtc::BandwidthSmoother
bandwidthsmoother.cc 22 : time_between_increase_(time_between_increase),
68 // time_between_increase_ time.
69 } else if (sample_time >= time_at_last_change_ + time_between_increase_) {

Completed in 186 milliseconds