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/base/media/libeffects/preprocessing/
PreProcessing.cpp 807 speex_resampler_destroy(session->inResampler);
811 speex_resampler_destroy(session->outResampler);
815 speex_resampler_destroy(session->revResampler);
888 speex_resampler_destroy(session->inResampler);
892 speex_resampler_destroy(session->outResampler);
896 speex_resampler_destroy(session->revResampler);
919 speex_resampler_destroy(session->inResampler);
931 speex_resampler_destroy(session->inResampler);
933 speex_resampler_destroy(session->outResampler)
    [all...]
  /system/media/audio_utils/
resampler.c 260 speex_resampler_destroy(rsmp->speex_resampler);
  /external/speex/libspeex/
resample.c 792 EXPORT void speex_resampler_destroy(SpeexResamplerState *st) function
    [all...]

Completed in 786 milliseconds