Home
last modified time | relevance | path

Searched refs:PreemptiveExpand (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpreemptive_expand.cc19 PreemptiveExpand::ReturnCodes PreemptiveExpand::Process( in Process()
42 void PreemptiveExpand::SetParametersForPassiveSpeech(size_t len, in SetParametersForPassiveSpeech()
57 PreemptiveExpand::ReturnCodes PreemptiveExpand::CheckCriteriaAndStretch( in CheckCriteriaAndStretch()
105 PreemptiveExpand* PreemptiveExpandFactory::Create( in Create()
110 return new PreemptiveExpand( in Create()
Dpreemptive_expand.h30 class PreemptiveExpand : public TimeStretch {
32 PreemptiveExpand(int sample_rate_hz, in PreemptiveExpand() function
73 RTC_DISALLOW_COPY_AND_ASSIGN(PreemptiveExpand);
80 virtual PreemptiveExpand* Create(
Dtime_stretch_unittest.cc37 PreemptiveExpand preemptive_expand( in TEST()
53 PreemptiveExpand* preemptive_expand = preemptive_expand_factory.Create( in TEST()
Dneteq_impl.h49 class PreemptiveExpand; variable
372 rtc::scoped_ptr<PreemptiveExpand> preemptive_expand_ GUARDED_BY(crit_sect_);
Dneteq_impl.cc1608 PreemptiveExpand::ReturnCodes return_code = preemptive_expand_->Process( in DoPreemptiveExpand()
1614 case PreemptiveExpand::kSuccess: in DoPreemptiveExpand()
1617 case PreemptiveExpand::kSuccessLowEnergy: in DoPreemptiveExpand()
1620 case PreemptiveExpand::kNoStretch: in DoPreemptiveExpand()
1623 case PreemptiveExpand::kError: in DoPreemptiveExpand()