Home
last modified time | relevance | path

Searched refs:speex_resampler_init (Results 1 – 5 of 5) sorted by relevance

/external/speex/include/speex/
Dspeex_resampler.h57 #define speex_resampler_init CAT_PREFIX(RANDOM_PREFIX,_resampler_init) macro
123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
/external/speex/win32/
Dlibspeexdsp.def57 speex_resampler_init
/external/speex/libspeexdsp/
Dtestresample.c51 SpeexResamplerState *st = speex_resampler_init(1, 8000, 12000, 10, NULL); in main()
Dresample.c783 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, sp… in speex_resampler_init() function
/external/adhd/cras/src/server/
Dcras_fmt_conv.c483 speex_resampler_init(out->num_channels, in->frame_rate, in cras_fmt_conv_create()