Searched defs:ChannelMixerTestData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Dchannel_mixer_unittest.cc53 struct ChannelMixerTestData { struct in namespace:media
54 ChannelMixerTestData(ChannelLayout input_layout, ChannelLayout output_layout, function in struct:media::ChannelMixerTestData
66 ChannelMixerTestData(ChannelLayout input_layout, int input_channels, function in struct:media::ChannelMixerTestData
93 std::ostream& operator<<(std::ostream& os, const ChannelMixerTestData& data) {
97 class ChannelMixerTest : public testing::TestWithParam<ChannelMixerTestData> {};
170 ChannelMixerTestData(CHANNEL_LAYOUT_STEREO, CHANNEL_LAYOUT_MONO,
173 ChannelMixerTestData(CHANNEL_LAYOUT_MONO, CHANNEL_LAYOUT_STEREO,
176 ChannelMixerTestData(CHANNEL_LAYOUT_5_1, CHANNEL_LAYOUT_MONO,
179 ChannelMixerTestData(CHANNEL_LAYOUT_DISCRETE, 2,
182 ChannelMixerTestData(CHANNEL_LAYOUT_DISCRET
[all...]

Completed in 81 milliseconds