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

  /cts/suite/audio_quality/test_description/processing/
consts.py 23 TYPE_STEREO = 3
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 ]
53 outputTypes.append(TYPE_STEREO)
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):
108 if inputTypes[0] == TYPE_STEREO:
111 if inputTypes[1] == TYPE_STEREO:
gen_random.py 86 outputTypes.append(TYPE_STEREO)
  /cts/suite/audio_quality/test_description/
processing_main.py 92 inputTypes.append(TYPE_STEREO)
132 elif (outputTypes[i] == TYPE_STEREO):

Completed in 43 milliseconds