Searched refs:RESAMPLER_ERR_SUCCESS (Results 1 – 2 of 2) sorted by relevance
726 return RESAMPLER_ERR_SUCCESS; in update_filter()786 if (filter_err == RESAMPLER_ERR_SUCCESS) in speex_resampler_init_frac()832 return RESAMPLER_ERR_SUCCESS; in speex_resampler_process_native()893 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_int()967 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_float()990 …urn st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS; in speex_resampler_process_interleaved_float()1033 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_rate_frac()1063 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_rate_frac()1077 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_quality()1081 return RESAMPLER_ERR_SUCCESS; in speex_resampler_set_quality()[all …]
55 RESAMPLER_ERR_SUCCESS = 0, enumerator
Completed in 10 milliseconds