Searched refs:speex_resampler_process_float (Results 1 – 4 of 4) sorted by relevance
/external/speex/include/speex/ |
D | speex_resampler.h | 60 #define speex_resampler_process_float CAT_PREFIX(RANDOM_PREFIX,_resampler_process_float) macro 165 int speex_resampler_process_float(SpeexResamplerState *st,
|
/external/speex/win32/ |
D | libspeexdsp.def | 60 speex_resampler_process_float
|
/external/speex/libspeexdsp/ |
D | testresample.c | 72 speex_resampler_process_float(st, 0, fin, &in_len, fout, &out_len); in main()
|
D | resample.c | 908 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()
|