Searched refs:speex_resampler_process_float (Results 1 – 2 of 2) 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/libspeex/ |
D | resample.c | 851 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const… in speex_resampler_process_int() 890 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const… in speex_resampler_process_float() function 975 speex_resampler_process_float(st, i, in+i, in_len, out+i, out_len); in speex_resampler_process_interleaved_float() 977 speex_resampler_process_float(st, i, NULL, in_len, out+i, out_len); in speex_resampler_process_interleaved_float()
|