Home
last modified time | relevance | path

Searched refs:RESAMPLER_ERR_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeexdsp/
Dresample.c772 return RESAMPLER_ERR_SUCCESS; in update_filter()
836 if (filter_err == RESAMPLER_ERR_SUCCESS) in speex_resampler_init_frac()
882 return RESAMPLER_ERR_SUCCESS; in speex_resampler_process_native()
943 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_int()
1017 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_float()
1040 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_interleaved_float()
1063 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_interleaved_int()
1083 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_rate_frac()
1113 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_rate_frac()
1127 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_quality()
[all …]
/external/speex/include/speex/
Dspeex_resampler.h102 RESAMPLER_ERR_SUCCESS = 0, enumerator