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_unified_unittest.cc 82 static const ChannelLayout kTestChannelLayout;
94 const ChannelLayout CrasUnifiedStreamTest::kTestChannelLayout =
114 AudioParameters bad_bps_params(kTestFormat, kTestChannelLayout,
122 AudioParameters bad_rate_params(kTestFormat, kTestChannelLayout,
cras_input_unittest.cc 103 static const ChannelLayout kTestChannelLayout;
116 const ChannelLayout CrasInputStreamTest::kTestChannelLayout =
137 kTestChannelLayout,
149 kTestChannelLayout,
162 kTestChannelLayout,
  /external/chromium_org/media/audio/linux/
alsa_output_unittest.cc 150 static const ChannelLayout kTestChannelLayout;
180 const ChannelLayout AlsaPcmOutputStreamTest::kTestChannelLayout =
187 ChannelLayoutToChannelCount(AlsaPcmOutputStreamTest::kTestChannelLayout);
216 AlsaPcmOutputStream* test_stream = CreateStream(kTestChannelLayout);
231 AudioParameters bad_bps_params(kTestFormat, kTestChannelLayout,
243 AudioParameters::AUDIO_LAST_FORMAT, kTestChannelLayout, kTestSampleRate,
274 AlsaPcmOutputStream* test_stream = CreateStream(kTestChannelLayout,
302 test_stream = CreateStream(kTestChannelLayout,
333 ChannelLayoutToChannelCount(kTestChannelLayout),
344 AlsaPcmOutputStream* test_stream = CreateStream(kTestChannelLayout);
    [all...]

Completed in 909 milliseconds