HomeSort by relevance Sort by last modified time
    Searched refs:conv_mtx (Results 1 - 3 of 3) sorted by null

  /external/adhd/cras/src/tests/
audio_format_unittest.cc 29 if (conv_mtx)
30 cras_channel_conv_matrix_destroy(conv_mtx, 6);
35 float **conv_mtx; member in class:__anon15173::ChannelConvMtxTestSuite
53 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt);
54 ASSERT_NE(conv_mtx, (void *)NULL);
72 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt);
73 ASSERT_EQ(conv_mtx, (void *)NULL);
93 conv_mtx = cras_channel_conv_matrix_create(in_fmt, out_fmt);
94 ASSERT_NE(conv_mtx, (void *)NULL);
fmt_conv_unittest.cc 1519 float** conv_mtx; local
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_helpers.c 158 float **conv_mtx; local
183 conv_mtx = cras_channel_conv_matrix_create(fmt, conv_fmt);
184 if (conv_mtx) {
185 cras_channel_conv_matrix_destroy(conv_mtx,

Completed in 452 milliseconds