Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Daudio_format_unittest.cc29 if (conv_mtx) in TearDown()
30 cras_channel_conv_matrix_destroy(conv_mtx, 6); in TearDown()
35 float** conv_mtx; member in __anonbb5e2df60111::ChannelConvMtxTestSuite
53 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt); in TEST_F()
54 ASSERT_NE(conv_mtx, (void*)NULL); in TEST_F()
72 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt); in TEST_F()
73 ASSERT_EQ(conv_mtx, (void*)NULL); in TEST_F()
93 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt); in TEST_F()
94 ASSERT_NE(conv_mtx, (void*)NULL); in TEST_F()
Dfmt_conv_unittest.cc1711 float** conv_mtx; in cras_channel_conv_matrix_alloc() local
1712 conv_mtx = (float**)calloc(CRAS_CH_MAX, sizeof(*conv_mtx)); in cras_channel_conv_matrix_alloc()
1714 conv_mtx[i] = (float*)calloc(CRAS_CH_MAX, sizeof(*conv_mtx[i])); in cras_channel_conv_matrix_alloc()
1715 return conv_mtx; in cras_channel_conv_matrix_alloc()
/external/adhd/cras/src/server/
Dcras_alsa_helpers.c141 float **conv_mtx; in cras_chmap_caps_conv_matrix() local
166 conv_mtx = cras_channel_conv_matrix_create(fmt, conv_fmt); in cras_chmap_caps_conv_matrix()
167 if (conv_mtx) { in cras_chmap_caps_conv_matrix()
169 conv_mtx, conv_fmt->num_channels); in cras_chmap_caps_conv_matrix()