Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioRecordThread.java50 int channelConfig = (mChannelCount == 1) in createRecorder() local
54 channelConfig, in createRecorder()
59 channelConfig, in createRecorder()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java553 …int channelConfig = isStereo ? AudioFormat.CHANNEL_CONFIGURATION_STEREO : AudioFormat.CHANNEL_CONF… in audioOpen() local
562 …es = Math.max(desiredFrames, (AudioTrack.getMinBufferSize(sampleRate, channelConfig, audioFormat) … in audioOpen()
566 channelConfig, audioFormat, desiredFrames * frameSize, AudioTrack.MODE_STREAM); in audioOpen()
632 …int channelConfig = isStereo ? AudioFormat.CHANNEL_CONFIGURATION_STEREO : AudioFormat.CHANNEL_CONF… in captureOpen() local
641 …s = Math.max(desiredFrames, (AudioRecord.getMinBufferSize(sampleRate, channelConfig, audioFormat) … in captureOpen()
645 channelConfig, audioFormat, desiredFrames * frameSize); in captureOpen()