Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAutomatedGlitchActivity.java57 int outChannels) throws InterruptedException { in testConfiguration() argument
76 requestedOutConfig.setChannelCount(outChannels); in testConfiguration()
DAnalyzerActivity.java235 int outChannels = bundle.getInt(KEY_OUT_CHANNELS, VALUE_DEFAULT_CHANNELS); in configureStreamsFromBundle() local
236 requestedOutConfig.setChannelCount(outChannels); in configureStreamsFromBundle()
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp418 int dmxChannels, outChannels, maxNumOutChannels; in check_UParam_Build_DecConfig() local
428 outChannels = 2; in check_UParam_Build_DecConfig()
477 if (maxNumOutChannels >= outChannels) { in check_UParam_Build_DecConfig()
485 if (outChannels == 2) { in check_UParam_Build_DecConfig()
493 if (outChannels > 6) { in check_UParam_Build_DecConfig()