Searched refs:PreemptiveExpand (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/ |
D | preemptive_expand.cc | 21 PreemptiveExpand::ReturnCodes PreemptiveExpand::Process( in Process() 45 void PreemptiveExpand::SetParametersForPassiveSpeech(size_t len, in SetParametersForPassiveSpeech() 59 PreemptiveExpand::ReturnCodes PreemptiveExpand::CheckCriteriaAndStretch( in CheckCriteriaAndStretch() 108 PreemptiveExpand* PreemptiveExpandFactory::Create( in Create() 113 return new PreemptiveExpand(sample_rate_hz, num_channels, background_noise, in Create()
|
D | preemptive_expand.h | 29 class PreemptiveExpand : public TimeStretch { 31 PreemptiveExpand(int sample_rate_hz, in PreemptiveExpand() function 71 RTC_DISALLOW_COPY_AND_ASSIGN(PreemptiveExpand); 78 virtual PreemptiveExpand* Create(int sample_rate_hz,
|
D | time_stretch_unittest.cc | 36 PreemptiveExpand preemptive_expand(kSampleRate, kNumChannels, bgn, in TEST() 52 PreemptiveExpand* preemptive_expand = preemptive_expand_factory.Create( in TEST()
|
D | neteq_impl.h | 53 class PreemptiveExpand; variable 363 std::unique_ptr<PreemptiveExpand> preemptive_expand_ RTC_GUARDED_BY(mutex_);
|
D | neteq_impl.cc | 1789 PreemptiveExpand::ReturnCodes return_code = preemptive_expand_->Process( in DoPreemptiveExpand() 1794 case PreemptiveExpand::kSuccess: in DoPreemptiveExpand() 1797 case PreemptiveExpand::kSuccessLowEnergy: in DoPreemptiveExpand() 1800 case PreemptiveExpand::kNoStretch: in DoPreemptiveExpand() 1803 case PreemptiveExpand::kError: in DoPreemptiveExpand()
|
D | neteq_impl_unittest.cc | 1728 TEST_F(NetEqImplTest120ms, PreemptiveExpand) { in TEST_F() argument
|