Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dresample.c780 return RESAMPLER_ERR_ALLOC_FAILED; in update_filter()
943 …return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCC… in speex_resampler_process_int()
1017 …return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCC… in speex_resampler_process_float()
1040 …return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCC… in speex_resampler_process_interleaved_float()
1063 …return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCC… in speex_resampler_process_interleaved_int()
1197 case RESAMPLER_ERR_ALLOC_FAILED: in speex_resampler_strerror()
/external/speex/include/speex/
Dspeex_resampler.h103 RESAMPLER_ERR_ALLOC_FAILED = 1, enumerator