Searched refs:AudioHelper (Results 1 – 6 of 6) sorted by relevance
97 final AudioHelper.MakeSomethingAsynchronouslyAndLoop<AudioTrack> makeSomething; in doTest()104 new AudioHelper.MakeSomethingAsynchronouslyAndLoop<AudioTrack>( in doTest()105 new AudioHelper.MakesSomething<AudioTrack>() { in doTest()123 byte[] vai = AudioHelper.createSoundDataInByteArray( in doTest()189 AudioHelper.Statistics markerStat = new AudioHelper.Statistics(); in doTest()199 AudioHelper.Statistics periodicStat = new AudioHelper.Statistics(); in doTest()
107 float data[] = AudioHelper.createSoundDataInFloatArray( in testPlayStreamData()114 short data[] = AudioHelper.createSoundDataInShortArray( in testPlayStreamData()195 AudioRecordNative record = new AudioHelper.AudioRecordAuditNative(); in testRecordAudit()
136 mData = AudioHelper.createSineWavesShort(framesPerBuffer, in createTrack()304 final short[] data = AudioHelper.createSineWavesShort(TEST_FRAMES_PER_BUFFER, in checkOutputLowLatency()387 final short[] data = AudioHelper.createSineWavesShort(TEST_FRAMES_PER_BUFFER, in testGetUnderrunCount()389 final short[] blip = AudioHelper.createSineWavesShort(TEST_FRAMES_PER_BLIP, in testGetUnderrunCount()504 final short[] data = AudioHelper.createSineWavesShort(TEST_FRAMES_PER_BUFFER, in testGetUnderrunCountSleep()506 final short[] blip = AudioHelper.createSineWavesShort(TEST_FRAMES_PER_BLIP, in testGetUnderrunCountSleep()
582 final int frameCount = AudioHelper.frameCountFromMsec(PLAYBACK_TIME_IN_MS, format); in testSynchronizedRecord()583 final int frameSize = AudioHelper.frameSizeFromFormat(format); in testSynchronizedRecord()591 byte[] vab = AudioHelper.createSoundDataInByteArray( in testSynchronizedRecord()707 record = new AudioHelper.AudioRecordAudit( in createAudioRecord()761 final AudioHelper in doTest()770 new AudioHelper.MakeSomethingAsynchronouslyAndLoop<AudioRecord>( in doTest()771 new AudioHelper.MakesSomething<AudioRecord>() { in doTest()1085 AudioHelper.Statistics markerStat = new AudioHelper.Statistics(); in doTest()1099 AudioHelper.Statistics periodicStat = new AudioHelper.Statistics(); in doTest()
1408 byte data[] = AudioHelper.createSoundDataInByteArray( in testReloadStaticData()1484 byte data[] = AudioHelper.createSoundDataInByteArray( in testPlayStaticData()1492 short data[] = AudioHelper.createSoundDataInShortArray( in testPlayStaticData()1500 float data[] = AudioHelper.createSoundDataInFloatArray( in testPlayStaticData()1592 * AudioHelper.frameCountFromMsec(500, in testPlayStreamData()1613 byte data[] = AudioHelper.createSoundDataInByteArray( in testPlayStreamData()1624 short data[] = AudioHelper.createSoundDataInShortArray( in testPlayStreamData()1635 float data[] = AudioHelper.createSoundDataInFloatArray( in testPlayStreamData()1716 byte data[] = AudioHelper.createSoundDataInByteArray( in testPlayStreamByteBuffer()1723 short data[] = AudioHelper.createSoundDataInShortArray( in testPlayStreamByteBuffer()[all …]
32 public class AudioHelper { class