OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/alsa/
alsa_output_unittest.cc
157
static const ChannelLayout
kTestChannelLayout
;
187
const ChannelLayout AlsaPcmOutputStreamTest::
kTestChannelLayout
=
194
ChannelLayoutToChannelCount(AlsaPcmOutputStreamTest::
kTestChannelLayout
);
223
AlsaPcmOutputStream* test_stream = CreateStream(
kTestChannelLayout
);
238
AudioParameters bad_bps_params(kTestFormat,
kTestChannelLayout
,
250
AudioParameters::AUDIO_LAST_FORMAT,
kTestChannelLayout
, kTestSampleRate,
281
AlsaPcmOutputStream* test_stream = CreateStream(
kTestChannelLayout
,
309
test_stream = CreateStream(
kTestChannelLayout
,
340
ChannelLayoutToChannelCount(
kTestChannelLayout
),
351
AlsaPcmOutputStream* test_stream = CreateStream(
kTestChannelLayout
);
[
all
...]
Completed in 406 milliseconds