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

/external/chromium_org/media/audio/cras/
H A Dcras_unified_unittest.cc85 static const ChannelLayout kTestChannelLayout; member in class:media::CrasUnifiedStreamTest
97 const ChannelLayout CrasUnifiedStreamTest::kTestChannelLayout = member in class:media::CrasUnifiedStreamTest
117 AudioParameters bad_bps_params(kTestFormat, kTestChannelLayout,
125 AudioParameters bad_rate_params(kTestFormat, kTestChannelLayout,
H A Dcras_input_unittest.cc104 static const ChannelLayout kTestChannelLayout; member in class:media::CrasInputStreamTest
117 const ChannelLayout CrasInputStreamTest::kTestChannelLayout = member in class:media::CrasInputStreamTest
138 kTestChannelLayout,
150 kTestChannelLayout,
163 kTestChannelLayout,
/external/chromium_org/media/audio/alsa/
H A Dalsa_output_unittest.cc146 static const ChannelLayout kTestChannelLayout; member in class:media::AlsaPcmOutputStreamTest
176 const ChannelLayout AlsaPcmOutputStreamTest::kTestChannelLayout = member in class:media::AlsaPcmOutputStreamTest
183 ChannelLayoutToChannelCount(AlsaPcmOutputStreamTest::kTestChannelLayout);
212 AlsaPcmOutputStream* test_stream = CreateStream(kTestChannelLayout);
227 AudioParameters bad_bps_params(kTestFormat, kTestChannelLayout,
239 AudioParameters::AUDIO_LAST_FORMAT, kTestChannelLayout, kTestSampleRate,
270 AlsaPcmOutputStream* test_stream = CreateStream(kTestChannelLayout,
298 test_stream = CreateStream(kTestChannelLayout,
329 ChannelLayoutToChannelCount(kTestChannelLayout),
340 AlsaPcmOutputStream* test_stream = CreateStream(kTestChannelLayout);
[all...]

Completed in 482 milliseconds