Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc29 source_available_(0) {} in PushSincResampler()
58 source_available_ = source_length; in Resample()
84 RTC_CHECK_EQ(source_available_, frames); in Run()
100 source_available_ -= frames; in Run()
Dpush_sinc_resampler.h69 size_t source_available_; variable