OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_I64
(Results
1 - 8
of
8
) sorted by null
/cts/suite/audio_quality/test_description/processing/
consts.py
20
TYPE_I64
= 0
gen_random.py
68
if (inputTypes[0] !=
TYPE_I64
):
70
if (inputTypes[1] !=
TYPE_I64
):
72
if (inputTypes[2] !=
TYPE_I64
):
74
if (inputTypes[3] !=
TYPE_I64
):
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 ]
57
outputTypes.append(
TYPE_I64
)
check_spectrum_playback.py
77
if (inputTypes[1] !=
TYPE_I64
):
79
if (inputTypes[2] !=
TYPE_I64
):
81
if (inputTypes[3] !=
TYPE_I64
):
playback_thd.py
37
if (inputTypes[1] !=
TYPE_I64
):
recording_thd.py
46
if (inputTypes[2] !=
TYPE_I64
):
check_spectrum.py
91
if (inputTypes[2] !=
TYPE_I64
):
93
if (inputTypes[3] !=
TYPE_I64
):
95
if (inputTypes[4] !=
TYPE_I64
):
/cts/suite/audio_quality/test_description/
processing_main.py
55
outputTypes.append(
TYPE_I64
)
99
inputTypes.append(
TYPE_I64
)
126
if (outputTypes[i] ==
TYPE_I64
):
Completed in 21 milliseconds