Searched defs:cras_fmt_conv (Results 1 – 1 of 1) sorted by relevance
34 struct cras_fmt_conv { struct35 SpeexResamplerState *speex_state;36 channel_converter_t channel_converter;37 float **ch_conv_mtx; /* Coefficient matrix for mixing channels. */38 sample_format_converter_t in_format_converter;39 sample_format_converter_t out_format_converter;40 struct linear_resampler *resampler;41 struct cras_audio_format in_fmt;42 struct cras_audio_format out_fmt;43 uint8_t *tmp_bufs[MAX_NUM_CONVERTERS - 1];[all …]