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

  /external/chromium_org/media/audio/cras/
cras_input_unittest.cc 104 static const ChannelLayout kTestChannelLayout;
117 const ChannelLayout CrasInputStreamTest::kTestChannelLayout =
138 kTestChannelLayout,
150 kTestChannelLayout,
163 kTestChannelLayout,
cras_unified_unittest.cc 85 static const ChannelLayout kTestChannelLayout;
97 const ChannelLayout CrasUnifiedStreamTest::kTestChannelLayout =
117 AudioParameters bad_bps_params(kTestFormat, kTestChannelLayout,
125 AudioParameters bad_rate_params(kTestFormat, kTestChannelLayout,
  /external/chromium_org/media/audio/alsa/
alsa_output_unittest.cc 146 static const ChannelLayout kTestChannelLayout;
176 const ChannelLayout AlsaPcmOutputStreamTest::kTestChannelLayout =
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 44 milliseconds