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

/external/chromium_org/media/base/
H A Dchannel_mixer_unittest.cc49 struct ChannelMixerTestData { struct in namespace:media
50 ChannelMixerTestData(ChannelLayout input_layout, ChannelLayout output_layout, function in struct:media::ChannelMixerTestData
62 ChannelMixerTestData(ChannelLayout input_layout, int input_channels, function in struct:media::ChannelMixerTestData
89 std::ostream& operator<<(std::ostream& os, const ChannelMixerTestData& data) {
93 class ChannelMixerTest : public testing::TestWithParam<ChannelMixerTestData> {};
166 ChannelMixerTestData(CHANNEL_LAYOUT_STEREO, CHANNEL_LAYOUT_MONO,
169 ChannelMixerTestData(CHANNEL_LAYOUT_MONO, CHANNEL_LAYOUT_STEREO,
172 ChannelMixerTestData(CHANNEL_LAYOUT_5_1, CHANNEL_LAYOUT_MONO,
175 ChannelMixerTestData(CHANNEL_LAYOUT_DISCRETE, 2,
178 ChannelMixerTestData(CHANNEL_LAYOUT_DISCRET
[all...]

Completed in 47 milliseconds