Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/sources/
DSparseChannelAudioSource.java22 public class SparseChannelAudioSource extends WaveTableSource { class
32 public SparseChannelAudioSource(int mask) { in SparseChannelAudioSource() method in SparseChannelAudioSource
DSparseChannelAudioSourceProvider.java39 : (mJavaSource = new SparseChannelAudioSource(mChannelsMask)); in getJavaSource()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioMultichannelMixdownActivity.java45 import org.hyphonate.megaaudio.player.sources.SparseChannelAudioSource;
147 private SparseChannelAudioSource mAudioSource;
856 mAudioSource = (SparseChannelAudioSource) mSourceProvider.getActiveSource(); in startDuplex()