Home
last modified time | relevance | path

Searched refs:speex_resampler_process_float (Results 1 – 4 of 4) sorted by relevance

/external/speex/include/speex/
Dspeex_resampler.h60 #define speex_resampler_process_float CAT_PREFIX(RANDOM_PREFIX,_resampler_process_float) macro
165 int speex_resampler_process_float(SpeexResamplerState *st,
/external/speex/win32/
Dlibspeexdsp.def60 speex_resampler_process_float
/external/speex/libspeexdsp/
Dtestresample.c72 speex_resampler_process_float(st, 0, fin, &in_len, fout, &out_len); in main()
Dresample.c908 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const… in speex_resampler_process_int()
947 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const… in speex_resampler_process_float() function
1034 speex_resampler_process_float(st, i, in+i, in_len, out+i, out_len); in speex_resampler_process_interleaved_float()
1036 speex_resampler_process_float(st, i, NULL, in_len, out+i, out_len); in speex_resampler_process_interleaved_float()