Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAutomatedGlitchActivity.java56 int inChannels, in testConfiguration() argument
75 requestedInConfig.setChannelCount(inChannels); in testConfiguration()
DAnalyzerActivity.java233 int inChannels = bundle.getInt(KEY_IN_CHANNELS, VALUE_DEFAULT_CHANNELS); in configureStreamsFromBundle() local
234 requestedInConfig.setChannelCount(inChannels); in configureStreamsFromBundle()