Home
last modified time | relevance | path

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

/dports/sysutils/netevent/netevent-0.2.1-79-g37c47a4/src/
H A Ddaemon.cpp150 gOutputs.clear(); in daemon_preExec()
185 auto iter = gOutputs.find(name); in removeOutput()
186 if (iter == gOutputs.end()) in removeOutput()
210 for (auto& oi: gOutputs) in announceDeviceRemoval()
406 auto iter = gOutputs.find(name); in useOutput()
407 if (iter == gOutputs.end()) in useOutput()
505 for (auto& oi: gOutputs) in announceDevice()
572 for (auto i = gOutputs.begin(); i != gOutputs.end(); ++i) { in finishOutputRemoval()
574 gOutputs.erase(i); in finishOutputRemoval()
676 if (gOutputs.find(name) != gOutputs.end()) in addOutput()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/
H A Dbela.cpp386 FAUSTFLOAT** gOutputs = NULL; // array of pointers to context->audioOut data variable
414 gOutputs = new FAUSTFLOAT*[context->audioOutChannels]; in setup()
416 gOutputs[ch] = (float*)&context->audioOut[ch * context->audioFrames]; in setup()
500 gDSP->compute(context->audioFrames, gInputs, gOutputs); in render()
509 delete [] gOutputs; in cleanup()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/android_audio/
H A DAudioSystem.h1083 static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *> gOutputs; variable