Searched refs:last_sample_ms_ (Results 1 – 2 of 2) sorted by relevance
41 last_sample_ms_(0), in QpSmoother()54 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()55 last_sample_ms_ = now_ms; in Add()62 int64_t last_sample_ms_; member in webrtc::QualityScaler::QpSmoother
95 QpSmoother() : last_sample_ms_(rtc::TimeMillis()), smoother_(kAlpha) {} in QpSmoother()105 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()106 last_sample_ms_ = now_ms; in Add()113 int64_t last_sample_ms_; member in webrtc::LibvpxVp8Decoder::QpSmoother