Searched refs:inputChannel (Results 1 – 3 of 3) sorted by relevance
/external/oboe/src/flowgraph/ |
D | ChannelCountConverter.cpp | 38 int inputChannel = 0; in onProcess() local 43 outputBuffer[outputChannel] = inputBuffer[inputChannel]; in onProcess() 44 inputChannel = (inputChannel == inputChannelCount) in onProcess() 45 ? 0 : inputChannel + 1; in onProcess()
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | TestDataPathsActivity.java | 247 int inputChannel, in setupDeviceCombo() argument 269 setInputChannel(inputChannel); in setupDeviceCombo() 275 int inputChannel, in testPresetCombo() argument 281 setupDeviceCombo(numInputChannels, inputChannel, numOutputChannels, outputChannel); in testPresetCombo() 305 int inputChannel, in testPresetCombo() argument 310 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo() 313 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo() 340 int inputChannel, in testInputDeviceCombo() argument 343 setupDeviceCombo(numInputChannels, inputChannel, numOutputChannels, 0); in testInputDeviceCombo() 359 int inputChannel) throws InterruptedException { in testInputDeviceCombo() argument [all …]
|
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | BaseSineAnalyzer.h | 57 void setInputChannel(int inputChannel) { in setInputChannel() argument 58 mInputChannel = inputChannel; in setInputChannel()
|