Home
last modified time | relevance | path

Searched defs:cras_fmt_conv (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/server/
Dcras_fmt_conv.c36 struct cras_fmt_conv { struct
37 SpeexResamplerState *speex_state;
38 channel_converter_t channel_converter;
39 float **ch_conv_mtx; /* Coefficient matrix for mixing channels. */
40 sample_format_converter_t in_format_converter;
41 sample_format_converter_t out_format_converter;
42 struct linear_resampler *resampler;
43 struct cras_audio_format in_fmt;
44 struct cras_audio_format out_fmt;
45 uint8_t *tmp_bufs[MAX_NUM_CONVERTERS - 1];
[all …]