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

  /external/webrtc/webrtc/base/
bandwidthsmoother.cc 25 time_at_last_change_(0),
53 time_at_last_change_ = sample_time;
67 time_at_last_change_ = sample_time;
71 } else if (sample_time >= time_at_last_change_ + time_between_increase_) {
72 time_at_last_change_ = sample_time;
bandwidthsmoother.h 52 uint32_t time_at_last_change_; member in class:rtc::BandwidthSmoother

Completed in 162 milliseconds