Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.h35 struct cras_fmt_conv *cras_channel_remix_conv_create(unsigned int num_channels,
Dcras_fmt_conv.c549 struct cras_fmt_conv *cras_channel_remix_conv_create(unsigned int num_channels, in cras_channel_remix_conv_create() function
Daudio_thread.c1149 msg.fmt_conv = cras_channel_remix_conv_create(num_channels, in audio_thread_config_global_remix()
/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc1148 struct cras_fmt_conv* cras_channel_remix_conv_create(unsigned int num_channels, in cras_channel_remix_conv_create() function
Diodev_list_unittest.cc2281 struct cras_fmt_conv* cras_channel_remix_conv_create(unsigned int num_channels, in cras_channel_remix_conv_create() function
Dfmt_conv_unittest.cc1667 conv = cras_channel_remix_conv_create(2, coeff); in TEST()