Searched refs:speex_resampler_process_native (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample.c | 880 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) in speex_resampler_process_native() function 911 speex_resampler_process_native(st, channel_index, &tmp_in_len, *out, &out_len); in speex_resampler_magic() 954 speex_resampler_process_native(st, channel_index, &ichunk, out, &ochunk); in speex_resampler_process_int() 1014 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
|
Completed in 2 milliseconds