Searched refs:last_sample_time_ms_ (Results 1 – 1 of 1) sorted by relevance
317 : last_sample_time_ms_(rtc::TimeMillis()), in PacketLossFractionSmoother()329 smoother_.Apply(static_cast<float>(now_ms - last_sample_time_ms_), in AddSample()331 last_sample_time_ms_ = now_ms; in AddSample()335 int64_t last_sample_time_ms_; member in webrtc::AudioEncoderOpusImpl::PacketLossFractionSmoother