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

  /external/speex/include/speex/
speex_resampler.h 59 #define speex_resampler_destroy CAT_PREFIX(RANDOM_PREFIX,_resampler_destroy) macro
153 void speex_resampler_destroy(SpeexResamplerState *st);
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 850 speex_resampler_destroy(session->inResampler);
854 speex_resampler_destroy(session->outResampler);
858 speex_resampler_destroy(session->revResampler);
949 speex_resampler_destroy(session->inResampler);
953 speex_resampler_destroy(session->outResampler);
957 speex_resampler_destroy(session->revResampler);
    [all...]
  /system/media/audio_utils/
resampler.c 261 speex_resampler_destroy(rsmp->speex_resampler);
  /external/speex/libspeex/
resample.c 792 EXPORT void speex_resampler_destroy(SpeexResamplerState *st) function
    [all...]

Completed in 64 milliseconds