Home | History | Annotate | Download | only in libspeexdsp

Lines Matching defs:speex_resampler_process_float

908 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)
947 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)
1034 speex_resampler_process_float(st, i, in+i, in_len, out+i, out_len);
1036 speex_resampler_process_float(st, i, NULL, in_len, out+i, out_len);