Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.c37 SpeexResamplerState *speex_state; member
482 conv->speex_state = in cras_fmt_conv_create()
486 if (conv->speex_state == NULL) { in cras_fmt_conv_create()
539 if (conv->speex_state) in cras_fmt_conv_destroy()
540 speex_resampler_destroy(conv->speex_state); in cras_fmt_conv_destroy()
678 if (conv->speex_state == NULL) { in cras_fmt_conv_convert_frames()
711 if (conv->speex_state != NULL) { in cras_fmt_conv_convert_frames()
748 if (conv->speex_state != NULL) { in cras_fmt_conv_convert_frames()
765 conv->speex_state, (int16_t *)buffers[buf_idx], &fr_in, in cras_fmt_conv_convert_frames()
799 if (conv->speex_state && (fr_in == 0)) in cras_fmt_conv_convert_frames()