Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.h60 void PreemptiveExpandedSamples(size_t num_samples);
Dstatistics_calculator_unittest.cc61 stats.PreemptiveExpandedSamples(17); in TEST()
Dstatistics_calculator.cc228 void StatisticsCalculator::PreemptiveExpandedSamples(size_t num_samples) { in PreemptiveExpandedSamples() function in webrtc::StatisticsCalculator
Dneteq_impl.cc1792 stats_->PreemptiveExpandedSamples(samples_added); in DoPreemptiveExpand()