Searched refs:speex_resampler_set_rate (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testresample2.c | 52 speex_resampler_set_rate(st, RATE, rate); in main() 86 speex_resampler_set_rate(st, RATE, rate); in main()
|
H A D | testresample.c | 52 speex_resampler_set_rate(st, 96000, 44100); in main()
|
H A D | resample.c | 1086 EXPORT int speex_resampler_set_rate(SpeexResamplerState *st, spx_uint32_t in_rate, spx_uint32_t out_rate) in speex_resampler_set_rate() function
|
/third_party/pulseaudio/speex/include/speex/ |
H A D | speex_resampler.h | 64 #define speex_resampler_set_rate CAT_PREFIX(RANDOM_PREFIX,_resampler_set_rate) macro 227 int speex_resampler_set_rate(SpeexResamplerState *st,
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | speex.c | 125 pa_assert_se(speex_resampler_set_rate(state, r->i_ss.rate, r->o_ss.rate) == 0); in speex_update_rates()
|
Completed in 4 milliseconds