Home
last modified time | relevance | path

Searched refs:PreemptiveExpandedSamples (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.h50 void PreemptiveExpandedSamples(size_t num_samples);
Dstatistics_calculator.cc151 void StatisticsCalculator::PreemptiveExpandedSamples(size_t num_samples) { in PreemptiveExpandedSamples() function in webrtc::StatisticsCalculator
Dneteq_impl.cc1612 stats_.PreemptiveExpandedSamples(samples_added); in DoPreemptiveExpand()