Searched refs:speex_resampler_process_int (Results 1 – 2 of 2) sorted by relevance
/external/speex/include/speex/ |
D | speex_resampler.h | 61 #define speex_resampler_process_int CAT_PREFIX(RANDOM_PREFIX,_resampler_process_int) macro 182 int speex_resampler_process_int(SpeexResamplerState *st,
|
/external/speex/libspeex/ |
D | resample.c | 849 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const s… in speex_resampler_process_int() function 892 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const s… in speex_resampler_process_float() 996 speex_resampler_process_int(st, i, in+i, in_len, out+i, out_len); in speex_resampler_process_interleaved_int() 998 speex_resampler_process_int(st, i, NULL, in_len, out+i, out_len); in speex_resampler_process_interleaved_int()
|