Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioRecord_BufferSizeTest.java63 int bufferSize = AudioRecord.getMinBufferSize(sampleRateInHz, CHANNEL_CONFIG, AUDIO_FORMAT); in record() local
81 private void createAudioRecord(final int sampleRateInHz, final int bufferSize) { in createAudioRecord()
DAudioRecordTest.java108 int bufferSize = AudioRecord.getMinBufferSize(mHz, in testAudioRecordProperties() local
DMediaMuxerTest.java182 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaUsingMuxer() local
329 int bufferSize = MAX_SAMPLE_SIZE; in verifySamplesMatch() local
DAudioTrackTest.java1245 int bufferSize = AudioTrack.getMinBufferSize(TEST_SR, TEST_CONF, TEST_FORMAT); in testReloadStaticData() local
1264 public static byte[] createSoundDataInByteArray(int bufferSize, final int sampleRate) { in createSoundDataInByteArray()
1275 public static short[] createSoundDataInShortArray(int bufferSize, final int sampleRate) { in createSoundDataInShortArray()
1296 int bufferSize = 3 * minBufferSize; in testPlayStreamData() local
/cts/suite/audio_quality/lib/src/audio/
DAudioSignalFactory.cpp27 int bufferSize = samples * (stereo? 2 : 1) * BPS; in generateSineWave() local
48 int bufferSize = samples * (stereo? 2 : 1) * BPS; in generateWhiteNoise() local
73 int bufferSize = samples * (stereo? 2 : 1) * BPS; in generateZeroSound() local
/cts/suite/audio_quality/lib/src/task/
DTaskInput.cpp62 size_t bufferSize = mRecordingTimeInMs * AudioHardware::ESampleRate_44100 / 1000 * in start() local