Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_android_Oboe.cpp220 int maxInChans = maxNumInputChannels > 0 ? maxNumInputChannels : 1; in open() local
228 activeInputChans.setRange (maxInChans, in open()
229 activeInputChans.getHighestBit() + 1 - maxInChans, in open()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_android_Oboe.cpp220 int maxInChans = maxNumInputChannels > 0 ? maxNumInputChannels : 1; in open() local
228 activeInputChans.setRange (maxInChans, in open()
229 activeInputChans.getHighestBit() + 1 - maxInChans, in open()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_android_Oboe.cpp224 int maxInChans = maxNumInputChannels > 0 ? maxNumInputChannels : 1; in open() local
232 activeInputChans.setRange (maxInChans, in open()
233 activeInputChans.getHighestBit() + 1 - maxInChans, in open()