Searched refs:ResamplerType (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/src/common_audio/resampler/include/ |
D | resampler.h | 26 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/ |
D | resampler.cc | 46 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()
|
D | resampler_unittest.cc | 19 const ResamplerType kTypes[] = {
|