Home | History | Annotate | Download | only in libspeex

Lines Matching refs:speex_resampler_process_float

841 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float *in, spx_uint32_t *in_len, float *out, spx_uint32_t *out_len)
880 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float *in, spx_uint32_t *in_len, float *out, spx_uint32_t *out_len)
965 speex_resampler_process_float(st, i, in+i, in_len, out+i, out_len);
967 speex_resampler_process_float(st, i, NULL, in_len, out+i, out_len);