HomeSort by relevance Sort by last modified time
    Searched refs:ResamplerType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/common_audio/resampler/include/
resampler.h 26 enum ResamplerType
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/chromium_org/third_party/webrtc/common_audio/resampler/
resampler_unittest.cc 19 const ResamplerType kTypes[] = {
96 // with number of channels and ResamplerType as input.
resampler.cc 46 Resampler::Resampler(int inFreq, int outFreq, ResamplerType type)
100 int Resampler::ResetIfNeeded(int inFreq, int outFreq, ResamplerType type)
115 int Resampler::Reset(int inFreq, int outFreq, ResamplerType type)
187 type = static_cast<ResamplerType>(
    [all...]

Completed in 92 milliseconds