Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVolumeShaperTest.java177 final int sampleCount = frameCount * format.getChannelCount(); in createSineAudioTrack() local
179 sampleCount, TEST_SR, in createSineAudioTrack()
DAudioRecordTest.java590 final int sampleCount = frameCount * format.getChannelCount(); in testSynchronizedRecord() local
592 sampleCount, PLAYBACK_SAMPLE_RATE, 600 /* frequency */, 0 /* sweep */); in testSynchronizedRecord()
DAudioTrackTest.java2227 final int sampleCount = frameCount * format.getChannelCount(); in testVariableSpeedPlayback() local
2229 sampleCount, TEST_SR, 600 /* frequency */, 0 /* sweep */); in testVariableSpeedPlayback()