Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dresampler.c30 SpeexResamplerState *speex_resampler; // handle on speex resampler member
56 if (rsmp != NULL && rsmp->speex_resampler != NULL) { in resampler_reset()
57 speex_resampler_reset_mem(rsmp->speex_resampler); in resampler_reset()
123 speex_resampler_process_int(rsmp->speex_resampler, in resampler_resample_from_provider()
130 speex_resampler_process_interleaved_int(rsmp->speex_resampler, in resampler_resample_from_provider()
170 speex_resampler_process_int(rsmp->speex_resampler, in resampler_resample_from_input()
177 speex_resampler_process_interleaved_int(rsmp->speex_resampler, in resampler_resample_from_input()
214 rsmp->speex_resampler = speex_resampler_init(channelCount, in create_resampler()
219 if (rsmp->speex_resampler == NULL) { in create_resampler()
239 int frames = speex_resampler_get_input_latency(rsmp->speex_resampler); in create_resampler()
[all …]