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 __anon2cb4e9980111::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.cc1519 float** conv_mtx; in cras_channel_conv_matrix_alloc() local
1520 conv_mtx = (float **)calloc(CRAS_CH_MAX, sizeof(*conv_mtx)); in cras_channel_conv_matrix_alloc()
1522 conv_mtx[i] = (float *)calloc(CRAS_CH_MAX, sizeof(*conv_mtx[i])); in cras_channel_conv_matrix_alloc()
1523 return conv_mtx; in cras_channel_conv_matrix_alloc()
/external/adhd/cras/src/server/
Dcras_alsa_helpers.c158 float **conv_mtx; in cras_chmap_caps_conv_matrix() local
183 conv_mtx = cras_channel_conv_matrix_create(fmt, conv_fmt); in cras_chmap_caps_conv_matrix()
184 if (conv_mtx) { in cras_chmap_caps_conv_matrix()
185 cras_channel_conv_matrix_destroy(conv_mtx, in cras_chmap_caps_conv_matrix()