Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackSurroundTest.java414 class SamplePlayerShorts extends SamplePlayerBase { class in AudioTrackSurroundTest
417 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig) { in SamplePlayerShorts() method in AudioTrackSurroundTest.SamplePlayerShorts
428 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) in SamplePlayerShorts() method in AudioTrackSurroundTest.SamplePlayerShorts
498 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayAC3Shorts()
507 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_32000()
516 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_44100()
525 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_48000()
547 SamplePlayerShorts player = new SamplePlayerShorts( in testPlaySineSweepShorts()
574SamplePlayerShorts player = new SamplePlayerShorts(44100, AudioFormat.ENCODING_PCM_16BIT, in testPlaySineSweepShortsMono()