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

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc 41 time_at_last_change_(0),
68 time_at_last_change_ = sample_time;
82 time_at_last_change_ = sample_time;
86 } else if (sample_time >= time_at_last_change_ + time_between_increase_) {
87 time_at_last_change_ = sample_time;
bandwidthsmoother.h 68 uint32 time_at_last_change_; member in class:talk_base::BandwidthSmoother

Completed in 25 milliseconds