Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.c38 channel_converter_t channel_converter; member
403 conv->channel_converter = mono_to_stereo; in cras_fmt_conv_create()
405 conv->channel_converter = mono_to_51; in cras_fmt_conv_create()
407 conv->channel_converter = stereo_to_mono; in cras_fmt_conv_create()
409 conv->channel_converter = stereo_to_quad; in cras_fmt_conv_create()
411 conv->channel_converter = quad_to_stereo; in cras_fmt_conv_create()
413 conv->channel_converter = stereo_to_51; in cras_fmt_conv_create()
415 conv->channel_converter = quad_to_51; in cras_fmt_conv_create()
437 conv->channel_converter = convert_channels; in cras_fmt_conv_create()
449 conv->channel_converter = _51_to_quad; in cras_fmt_conv_create()
[all …]