Home
last modified time | relevance | path

Searched refs:maxInputChannels (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/comms/wsjtz/wsjtx/map65/
H A Dpa_get_device_info.c37 int maxInputChannels; in pa_get_device_info() local
55 if (deviceInfo->maxInputChannels==0) return -1; in pa_get_device_info()
69 maxInputChannels= deviceInfo->maxInputChannels; in pa_get_device_info()
79 inputParameters.channelCount = deviceInfo->maxInputChannels; in pa_get_device_info()
147 maxInputChannels= deviceInfo->maxInputChannels; in pa_get_device_info()
152 ( inputParameters.channelCount < (maxInputChannels+1)) ) { in pa_get_device_info()
169 *pa_device_max_channels= maxInputChannels; in pa_get_device_info()
H A Dgetdev.cpp36 int maxInputChannels; in pa_get_device_info() local
54 if (deviceInfo->maxInputChannels==0) return -1; in pa_get_device_info()
68 maxInputChannels= deviceInfo->maxInputChannels; in pa_get_device_info()
78 inputParameters.channelCount = deviceInfo->maxInputChannels; in pa_get_device_info()
147 maxInputChannels= deviceInfo->maxInputChannels; in pa_get_device_info()
152 ( inputParameters.channelCount < (maxInputChannels+1)) ) { in pa_get_device_info()
169 *pa_device_max_channels= maxInputChannels; in pa_get_device_info()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/windows/portaudio/
H A DJackPortAudioDevices.cpp126 …bool flag = (isInput) ? (fDeviceInfo[dev_id]->maxInputChannels > 0) : (fDeviceInfo[dev_id]->maxOut… in GetDeviceFromFullName()
176 max_input = device->maxInputChannels; in GetInputDeviceFromName()
185 max_input = GetDeviceInfo(id)->maxInputChannels; in GetInputDeviceFromName()
261 jack_info("Max inputs = %d", fDeviceInfo[id]->maxInputChannels); in DisplayDevicesNames()
286 inputParameters.channelCount = fDeviceInfo[id]->maxInputChannels; in DisplayDevicesNames()
303 if (fDeviceInfo[id]->maxInputChannels && fDeviceInfo[id]->maxOutputChannels) { in IsDuplex()
309 if ((fDeviceInfo[i]->maxInputChannels && fDeviceInfo[id]->maxOutputChannels) in IsDuplex()
310 || (fDeviceInfo[i]->maxOutputChannels && fDeviceInfo[id]->maxInputChannels)) { in IsDuplex()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/bindings/cpp/source/portaudiocpp/
H A DDevice.cxx39 int Device::maxInputChannels() const in maxInputChannels() function in portaudio::Device
44 return info_->maxInputChannels; in maxInputChannels()
104 return (maxInputChannels() == 0); in isOutputOnlyDevice()
109 return (maxInputChannels() > 0 && maxOutputChannels() > 0); in isFullDuplexDevice()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/bindings/cpp/source/portaudiocpp/
H A DDevice.cxx39 int Device::maxInputChannels() const in maxInputChannels() function in portaudio::Device
44 return info_->maxInputChannels; in maxInputChannels()
104 return (maxInputChannels() == 0); in isOutputOnlyDevice()
109 return (maxInputChannels() > 0 && maxOutputChannels() > 0); in isFullDuplexDevice()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/bindings/cpp/source/portaudiocpp/
H A DDevice.cxx39 int Device::maxInputChannels() const in maxInputChannels() function in portaudio::Device
44 return info_->maxInputChannels; in maxInputChannels()
104 return (maxInputChannels() == 0); in isOutputOnlyDevice()
109 return (maxInputChannels() > 0 && maxOutputChannels() > 0); in isFullDuplexDevice()
/dports/audio/portaudio/portaudio/bindings/cpp/source/portaudiocpp/
H A DDevice.cxx39 int Device::maxInputChannels() const in maxInputChannels() function in portaudio::Device
44 return info_->maxInputChannels; in maxInputChannels()
104 return (maxInputChannels() == 0); in isOutputOnlyDevice()
109 return (maxInputChannels() > 0 && maxOutputChannels() > 0); in isFullDuplexDevice()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/bindings/cpp/source/portaudiocpp/
H A DDevice.cxx39 int Device::maxInputChannels() const in maxInputChannels() function in portaudio::Device
44 return info_->maxInputChannels; in maxInputChannels()
104 return (maxInputChannels() == 0); in isOutputOnlyDevice()
109 return (maxInputChannels() > 0 && maxOutputChannels() > 0); in isFullDuplexDevice()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/audio/
H A Djuce-dsp.h45 const int maxInputChannels = activeInputChannels.getHighestBit() + 1; in prepareToPlay() local
49 … if (fDSP->getNumInputs() > maxInputChannels || fDSP->getNumOutputs() > maxOutputChannels) { in prepareToPlay()
50 fDSP = new dsp_adapter(fDSP, maxInputChannels, maxOutputChannels, 4096); in prepareToPlay()
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Djuce-dsp.h44 const int maxInputChannels = activeInputChannels.getHighestBit() + 1; in prepareToPlay() local
48 … if (fDSP->getNumInputs() > maxInputChannels || fDSP->getNumOutputs() > maxOutputChannels) { in prepareToPlay()
49 fDSP = new dsp_adapter(fDSP, maxInputChannels, maxOutputChannels, 4096); in prepareToPlay()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_tests/
H A Dpatest_wire.c124 numChannels = (inputInfo->maxInputChannels < outputInfo->maxOutputChannels) ? in main()
125 inputInfo->maxInputChannels : outputInfo->maxOutputChannels; in main()
127 printf("maxInputChannels channels = %d\n", inputInfo->maxInputChannels ); in main()
H A Ddebug_multi_in.c137 printf("Input Device has %d channels.\n", pdi->maxInputChannels); in main()
138 if( pdi->maxInputChannels <= MAX_INPUT_CHANNELS ) in main()
140 data.numChannels = pdi->maxInputChannels; in main()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_tests/
H A Dpatest_wire.c124 numChannels = (inputInfo->maxInputChannels < outputInfo->maxOutputChannels) ? in main()
125 inputInfo->maxInputChannels : outputInfo->maxOutputChannels; in main()
127 printf("maxInputChannels channels = %d\n", inputInfo->maxInputChannels ); in main()
H A Ddebug_multi_in.c137 printf("Input Device has %d channels.\n", pdi->maxInputChannels); in main()
138 if( pdi->maxInputChannels <= MAX_INPUT_CHANNELS ) in main()
140 data.numChannels = pdi->maxInputChannels; in main()
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/portaudio/
H A Dportaudio_io.cc137 inputParam.channelCount = nfo->maxInputChannels; in available_sample_rates()
154 Pa_IsFormatSupported(nfo->maxInputChannels > 0 ? &inputParam : NULL, in available_sample_rates()
503 nfo_i->maxInputChannels, in add_default_devices()
508 nfo_i->maxInputChannels, in add_default_devices()
535 nfo->maxInputChannels, in add_devices()
543 if ( nfo->maxInputChannels == 0 && nfo->maxOutputChannels == 0) { in add_devices()
547 if (nfo->maxInputChannels > 0) { in add_devices()
550 nfo->maxInputChannels, in add_devices()
557 nfo->maxInputChannels, in add_devices()
695 inputParam.channelCount = nfo_in->maxInputChannels; in get_input_stream_params()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/test/
H A Ddebug_multi_in.c136 data.numChannels = pdi->maxInputChannels; in main()
138 printf("Input Device has %d channels.\n", pdi->maxInputChannels); in main()
142 pdi->maxInputChannels, in main()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/common/
H A DSC_PaUtils.cpp39 const auto maxChannels = isInput ? devInfo->maxInputChannels : devInfo->maxOutputChannels; in TryMatchDeviceSameAPI()
74 if (isInput && pdi->maxInputChannels > 0) { in GetPaDeviceFromName()
89 … auto maxChannels = (*inDevice != paNoDevice) ? Pa_GetDeviceInfo(*inDevice)->maxInputChannels : 0; in TryGetDefaultPaDevices()
115 MakePaStreamParameters(*inDevice, Pa_GetDeviceInfo(*inDevice)->maxInputChannels, 0); in TryGetDefaultPaDevices()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_inputdev/inputdev_audio/
H A Dinputdev_audio.cpp324 printf("\tMax Inputs = %d\n", pdi->maxInputChannels ); in audio_rc_open()
342 (pdi->maxInputChannels >= NUM_CHANNELS)) in audio_rc_open()
370 if (pdi->maxInputChannels < NUM_CHANNELS) in audio_rc_open()
608 printf("\tMax Inputs = %d\n", pdi->maxInputChannels ); in getDeviceList()
611 if (pdi->maxInputChannels >= NUM_CHANNELS) in getDeviceList()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudioio/src/
H A DPortAudioIO.cpp167 os << "maxInputChannels = " << info->maxInputChannels << endl; in getDeviceNames()
173 if (info->maxInputChannels > 0) { in getDeviceNames()
203 if (info->maxInputChannels > 0) { in getDeviceIndex()
328 m_inputChannels > inInfo->maxInputChannels && in PortAudioIO()
329 inInfo->maxInputChannels > 0) { in PortAudioIO()
330 m_inputChannels = inInfo->maxInputChannels; in PortAudioIO()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/test/
H A Dpatest_suggested_vs_streaminfo_latency.c86 if( deviceInfo->maxInputChannels > 0 && deviceInfo->maxOutputChannels > 0 ) in usage()
88 else if( deviceInfo->maxInputChannels > 0 ) in usage()
141 if( deviceInfo->maxInputChannels == 0 ){ in main()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/test/
H A Dpatest_suggested_vs_streaminfo_latency.c86 if( deviceInfo->maxInputChannels > 0 && deviceInfo->maxOutputChannels > 0 ) in usage()
88 else if( deviceInfo->maxInputChannels > 0 ) in usage()
141 if( deviceInfo->maxInputChannels == 0 ){ in main()
/dports/audio/portaudio/portaudio/test/
H A Dpatest_suggested_vs_streaminfo_latency.c86 if( deviceInfo->maxInputChannels > 0 && deviceInfo->maxOutputChannels > 0 )
88 else if( deviceInfo->maxInputChannels > 0 )
141 if( deviceInfo->maxInputChannels == 0 ){
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/test/
H A Dpatest_suggested_vs_streaminfo_latency.c86 if( deviceInfo->maxInputChannels > 0 && deviceInfo->maxOutputChannels > 0 ) in usage()
88 else if( deviceInfo->maxInputChannels > 0 ) in usage()
141 if( deviceInfo->maxInputChannels == 0 ){ in main()
/dports/comms/linrad/linrad-04.02/
H A Dpa.c157 int maxInputChannels; member
838 int maxInputChannels, maxOutputChannels; in pa_get_device_info() local
861 if (deviceInfo->maxInputChannels==0 && in pa_get_device_info()
876 maxInputChannels= deviceInfo->maxInputChannels; in pa_get_device_info()
888 inputParameters.channelCount = deviceInfo->maxInputChannels; in pa_get_device_info()
902 deviceInfo->maxInputChannels, in pa_get_device_info()
1029 maxInputChannels= deviceInfo->maxInputChannels; in pa_get_device_info()
1064 ( inputParameters.channelCount < (maxInputChannels+1)) ) in pa_get_device_info()
1074 SNDLOG"\nmaxInputChannels=%i\n\n", maxInputChannels); in pa_get_device_info()
1099 *pa_device_max_channels= maxInputChannels; in pa_get_device_info()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DDeviceInputTrack.cpp211 uint32_t maxInputChannels = 0; in MaxRequestedInputChannels() local
213 maxInputChannels = std::max(maxInputChannels, in MaxRequestedInputChannels()
216 return maxInputChannels; in MaxRequestedInputChannels()

12345678910>>...12