Home
last modified time | relevance | path

Searched refs:ExtrapolateLastSample (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/common_audio/
Dsmoothing_filter.cc54 ExtrapolateLastSample(now_ms); in AddSample()
63 ExtrapolateLastSample(rtc::TimeMillis()); in GetAverage()
79 void SmoothingFilterImpl::ExtrapolateLastSample(int64_t time_ms) { in ExtrapolateLastSample() function in webrtc::SmoothingFilterImpl
109 ExtrapolateLastSample(*init_end_time_ms_); in ExtrapolateLastSample()
Dsmoothing_filter.h56 void ExtrapolateLastSample(int64_t time_ms);