Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/resampler/include/
Dresampler.h26 enum ResamplerType enum
70 Resampler(int inFreq, int outFreq, ResamplerType type);
74 int Reset(int inFreq, int outFreq, ResamplerType type);
77 int ResetIfNeeded(int inFreq, int outFreq, ResamplerType type);
107 ResamplerType my_type_;
/external/webrtc/src/common_audio/resampler/
Dresampler.cc46 Resampler::Resampler(int inFreq, int outFreq, ResamplerType type) in Resampler()
100 int Resampler::ResetIfNeeded(int inFreq, int outFreq, ResamplerType type) in ResetIfNeeded()
115 int Resampler::Reset(int inFreq, int outFreq, ResamplerType type) in Reset()
187 type = static_cast<ResamplerType>( in Reset()
Dresampler_unittest.cc19 const ResamplerType kTypes[] = {