Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Daudio_format_unittest.cc53 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt); in TEST_F()
72 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt); in TEST_F()
93 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt); in TEST_F()
Dfmt_conv_unittest.cc1532 float **cras_channel_conv_matrix_create(const struct cras_audio_format *in, in cras_channel_conv_matrix_create() function
/external/adhd/cras/src/common/
Dcras_audio_format.h163 float **cras_channel_conv_matrix_create(const struct cras_audio_format *in,
Dcras_audio_format.c110 float **cras_channel_conv_matrix_create(const struct cras_audio_format *in, in cras_channel_conv_matrix_create() function
/external/adhd/cras/src/server/
Dcras_alsa_helpers.c183 conv_mtx = cras_channel_conv_matrix_create(fmt, conv_fmt); in cras_chmap_caps_conv_matrix()
Dcras_fmt_conv.c614 conv->ch_conv_mtx = cras_channel_conv_matrix_create(in, out); in cras_fmt_conv_create()