Searched defs:ResamplerType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/resampler/include/
H A Dresampler.h26 enum ResamplerType enum in namespace:webrtc
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/include/
H A Dresampler.h26 enum ResamplerType enum in namespace:webrtc
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_;

Completed in 621 milliseconds