Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/analyzers/
DBaseSineAnalyzer.java57 int mOutputChannel = 0; field in BaseSineAnalyzer
129 mOutputChannel = outputChannel; in setOutputChannel()
133 return mOutputChannel; in getOutputChannel()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioMultichannelMixdownActivity.java157 final int mOutputChannel; // The index of the channel to play (for the field in AudioMultichannelMixdownActivity.TestPhase
179 mOutputChannel = outChannel; in TestPhase()
788 mAudioSource.setMask(1 << testPhase.mOutputChannel); in advanceTestPhase()
837 mSourceProvider = new SparseChannelAudioSourceProvider(1 << testPhase.mOutputChannel); in startDuplex()
861 mAudioSource.setMask(1 << testPhase.mOutputChannel); in startDuplex()