OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_MONO
(Results
1 - 7
of
7
) sorted by null
/cts/suite/audio_quality/test_description/processing/
consts.py
22
TYPE_MONO
= 2
recording_thd.py
42
if (inputTypes[0] !=
TYPE_MONO
):
44
if (inputTypes[1] !=
TYPE_MONO
):
example.py
37
# [ TYPE_STEREO, TYPE_STEREO,
TYPE_MONO
,
TYPE_MONO
, TYPE_I64, TYPE_I64,
39
# outputTypes will be [ TYPE_STEREO,
TYPE_MONO
, TYPE_I64, TYPE_DOUBLE ]
55
outputTypes.append(
TYPE_MONO
)
playback_thd.py
35
if (inputTypes[0] !=
TYPE_MONO
):
check_spectrum_playback.py
75
if (inputTypes[0] !=
TYPE_MONO
):
110
outputTypes.append(
TYPE_MONO
)
check_spectrum.py
87
if (inputTypes[0] !=
TYPE_MONO
) and (inputTypes[0] != TYPE_STEREO):
89
if (inputTypes[1] !=
TYPE_MONO
) and (inputTypes[1] != TYPE_STEREO):
144
outputTypes.append(
TYPE_MONO
)
/cts/suite/audio_quality/test_description/
processing_main.py
94
inputTypes.append(
TYPE_MONO
)
136
elif (outputTypes[i] ==
TYPE_MONO
):
Completed in 167 milliseconds