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

/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 41 milliseconds