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

  /external/speex/include/speex/
speex_resampler.h 57 #define speex_resampler_init CAT_PREFIX(RANDOM_PREFIX,_resampler_init) macro
123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
  /system/media/audio_utils/
resampler.c 214 rsmp->speex_resampler = speex_resampler_init(channelCount,
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 901 session->inResampler = speex_resampler_init(session->inChannelCount,
911 session->outResampler = speex_resampler_init(session->outChannelCount,
923 session->revResampler = speex_resampler_init(session->inChannelCount,
    [all...]
  /external/speex/libspeex/
resample.c 728 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, spx_uint32_t out_rate, int quality, int *err) function
    [all...]

Completed in 145 milliseconds