Home
last modified time | relevance | path

Searched refs:processChannel (Results 1 – 25 of 60) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqprocess.cpp772 processChannel = QProcess::StandardOutput; in QProcessPrivate()
928 } else if (processChannel == QProcess::StandardOutput) { in _q_canReadStandardOutput()
972 } else if (processChannel == QProcess::StandardError) { in _q_canReadStandardError()
1244 return d->processChannel; in readChannel()
1258 if (d->processChannel != channel) { in setReadChannel()
1260 if (d->processChannel == QProcess::StandardOutput) { in setReadChannel()
1268 d->processChannel = channel; in setReadChannel()
1568 (d->processChannel == QProcess::StandardError) ? "stderr" : "stdout"); in bytesAvailable()
1719 if (d->processChannel == QProcess::StandardOutput && d->stdoutChannel.closed) in waitForReadyRead()
1721 if (d->processChannel == QProcess::StandardError && d->stderrChannel.closed) in waitForReadyRead()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/qprocess/
H A Dk3bqprocess.cpp410 processChannel = ::QProcess::StandardOutput; in K3bQProcessPrivate()
559 } else if (processChannel == ::QProcess::StandardOutput) { in _q_canReadStandardOutput()
613 } else if (processChannel == ::QProcess::StandardError) { in _q_canReadStandardError()
979 return d->processChannel; in readChannel()
1003 d->processChannel = channel; in setReadChannel()
1203 const QRingBuffer *readBuffer = (d->processChannel == ::QProcess::StandardError) in canReadLine()
1232 const QRingBuffer *readBuffer = (d->processChannel == ::QProcess::StandardError) in atEnd()
1255 (d->processChannel == ::QProcess::StandardError) ? "stderr" : "stdout"); in bytesAvailable()
1367 if (d->processChannel == ::QProcess::StandardOutput && d->stdoutChannel.closed) in waitForReadyRead()
1369 if (d->processChannel == ::QProcess::StandardError && d->stderrChannel.closed) in waitForReadyRead()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/effects/builtin/
H A Dbessel8lvmixeqeffect.cpp44 void Bessel8LVMixEQEffect::processChannel(const ChannelHandle& handle, in processChannel() function in Bessel8LVMixEQEffect
75 pState->processChannel( in processChannel()
H A Dbessel4lvmixeqeffect.cpp44 void Bessel4LVMixEQEffect::processChannel(const ChannelHandle& handle, in processChannel() function in Bessel4LVMixEQEffect
75 pState->processChannel(pInput, pOutput, in processChannel()
H A Dmetronomeeffect.h36 void processChannel(const ChannelHandle& handle,
H A Dbitcrushereffect.h34 void processChannel(const ChannelHandle& handle,
H A Dbessel4lvmixeqeffect.h34 void processChannel(const ChannelHandle& handle,
H A Dbessel8lvmixeqeffect.h37 void processChannel(const ChannelHandle& handle,
H A Dtremoloeffect.h30 void processChannel(const ChannelHandle& handle,
H A Dfiltereffect.h38 void processChannel(const ChannelHandle& handle,
H A Dreverbeffect.h44 void processChannel(const ChannelHandle& handle,
H A Dmoogladder4filtereffect.h38 void processChannel(const ChannelHandle& handle,
H A Dparametriceqeffect.h47 void processChannel(const ChannelHandle& handle,
H A Dbalanceeffect.h37 void processChannel(const ChannelHandle& handle,
H A Dgraphiceqeffect.h41 void processChannel(const ChannelHandle& handle,
H A Dloudnesscontoureffect.h44 void processChannel(const ChannelHandle& handle,
H A Dlinkwitzriley8eqeffect.h50 void processChannel(const ChannelHandle& handle,
H A Dechoeffect.h55 void processChannel(const ChannelHandle& handle,
H A Dautopaneffect.h87 void processChannel(const ChannelHandle& handle,
H A Dflangereffect.h58 void processChannel(const ChannelHandle& handle,
H A Dthreebandbiquadeqeffect.h55 void processChannel(const ChannelHandle& handle,
H A Dphasereffect.h50 void processChannel(const ChannelHandle& handle,
H A Dbiquadfullkilleqeffect.h72 void processChannel(const ChannelHandle& handle,
/dports/graphics/krita/krita-4.4.8/plugins/filters/halftone/
H A DKisHalftoneFilter.cpp322 void KisHalftoneFilter::processChannel(KisPaintDeviceSP device, in processChannel() function in KisHalftoneFilter
466processChannel<quint8>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
469processChannel<quint16>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
472processChannel<quint32>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
476processChannel<half>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
480processChannel<float>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
483processChannel<double>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
486processChannel<qint8>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
489processChannel<qint16>(device, generatorDevices[i], applyRect, config, prefix, channels.at(i)); in processChannels()
/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectprocessor.h131 virtual void processChannel(const ChannelHandle& handle,
155 processChannel(inputHandle, pState, pInput, pOutput, bufferParameters, in process()

123