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);
|