Home
last modified time | relevance | path

Searched refs:mInputChannelCount (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java69 private int mInputChannelCount; field in SoundPlayerObject
97 return mInputChannelCount; in getChannelCount()
139 mInputChannelCount)); in run()
373 mInputChannelCount = getMediaFormatInteger(outputFormat, in setSoundWithResId()
380 int channelMask = channelMaskFromCount(mInputChannelCount); in setSoundWithResId()