Home
last modified time | relevance | path

Searched defs:outputChannel (Results 1 – 3 of 3) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDataPathsActivity.java249 int outputChannel) throws InterruptedException { in setupDeviceCombo()
277 int outputChannel, in testPresetCombo()
307 int outputChannel in testPresetCombo()
407 int outputChannel, in testOutputDeviceCombo()
438 int outputChannel) throws InterruptedException { in testOutputDeviceCombo()
/external/oboe/src/flowgraph/
DChannelCountConverter.cpp39 for (int outputChannel = 0; outputChannel < outputChannelCount; outputChannel++) { in onProcess() local
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DBaseSineAnalyzer.h65 void setOutputChannel(int outputChannel) { in setOutputChannel()