Home
last modified time | relevance | path

Searched refs:channelOutput (Results 1 – 17 of 17) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/
H A Dtest_EstablishPaceChannelOutput.cpp44 EstablishPaceChannelOutput channelOutput; in parse() local
58 EstablishPaceChannelOutput channelOutput; in parseEmpty() local
59 QVERIFY(!channelOutput.parse(QByteArray())); in parseEmpty()
80 EstablishPaceChannelOutput channelOutput; in parseEmptyValues() local
97 EstablishPaceChannelOutput channelOutput; in parseIncompleteWrongPIN() local
98 QVERIFY(channelOutput.parse(bytes)); in parseIncompleteWrongPIN()
146 EstablishPaceChannelOutput channelOutput; in parseResultCode() local
168 EstablishPaceChannelOutput channelOutput; in parseFromCcid() local
191 EstablishPaceChannelOutput channelOutput; in parseFromCcid2() local
211 EstablishPaceChannelOutput channelOutput; in parseCrapCcid() local
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/
H A DEstablishPaceChannelOutput.cpp315 const auto channelOutput = decodeObject<ESTABLISHPACECHANNELOUTPUT>(outputData); in parseFromCcid() local
316 if (channelOutput == nullptr) in parseFromCcid()
343 if (channelOutput->mStatusMSESetAt) in parseFromCcid()
349 if (channelOutput->mEfCardAccess) in parseFromCcid()
351 mEfCardAccess = encodeObject(channelOutput->mEfCardAccess); in parseFromCcid()
355 if (channelOutput->mIdPICC != nullptr) in parseFromCcid()
357 mIdIcc = Asn1OctetStringUtil::getValue(channelOutput->mIdPICC); in parseFromCcid()
361 if (channelOutput->mCurCAR != nullptr) in parseFromCcid()
363 mCarCurr = Asn1OctetStringUtil::getValue(channelOutput->mCurCAR); in parseFromCcid()
367 if (channelOutput->mPrevCAR != nullptr) in parseFromCcid()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/remote_device/states/
H A DStateEstablishPaceChannelRemote.cpp83 EstablishPaceChannelOutput channelOutput = EstablishPaceChannelOutput(); in onReaderInfoChanged() local
84 channelOutput.setPaceReturnCode(CardReturnCode::CARD_NOT_FOUND); in onReaderInfoChanged()
85 getContext()->setEstablishPaceChannelOutput(channelOutput); in onReaderInfoChanged()
132 EstablishPaceChannelOutput channelOutput = EstablishPaceChannelOutput(); in onEstablishConnectionDone() local
133 channelOutput.setPaceReturnCode(unblockPinCommand->getReturnCode()); in onEstablishConnectionDone()
134 getContext()->setEstablishPaceChannelOutput(channelOutput); in onEstablishConnectionDone()
H A DStateEnterPacePasswordRemote.cpp28 EstablishPaceChannelOutput channelOutput = EstablishPaceChannelOutput(); in onCancelEstablishPaceChannel() local
29 channelOutput.setPaceReturnCode(CardReturnCode::CANCELLATION_BY_USER); in onCancelEstablishPaceChannel()
30 getContext()->setEstablishPaceChannelOutput(channelOutput); in onCancelEstablishPaceChannel()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/remote_device/
H A Dtest_StateEstablishPaceChannelResponse.cpp120 EstablishPaceChannelOutput channelOutput; in test_Run() local
121 QVERIFY(channelOutput.parseFromCcid(QByteArray::fromHex(hexBytes))); in test_Run()
122 mContext->setEstablishPaceChannelOutput(channelOutput); in test_Run()
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A DOPL3.cpp612 output[0] += float(channelOutput * channel->leftPan); in Update()
1051 double channelOutput = 0, op1Output = 0, op2Output = 0; in getChannelOutput() local
1071 channelOutput = (op1Output + op2Output) / 2; in getChannelOutput()
1076 return channelOutput; in getChannelOutput()
1108 double channelOutput = 0, in getChannelOutput() local
1139 channelOutput = (op2Output + op4Output) / 2; in getChannelOutput()
1152 channelOutput = (op1Output + op4Output) / 2; in getChannelOutput()
1173 return channelOutput; in getChannelOutput()
1580 double channelOutput = 0, op1Output = 0, op2Output = 0; in getChannelOutput() local
1588 channelOutput = (op1Output + op2Output) / 2; in getChannelOutput()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/chips/java/
H A DJavaOPL3.hpp632 output[0] += float(channelOutput * channel->leftPan);
1080 double channelOutput = 0, op1Output = 0, op2Output = 0;
1100 channelOutput = (op1Output + op2Output) / 2;
1105 return channelOutput;
1137 double channelOutput = 0,
1168 channelOutput = (op2Output + op4Output) / 2;
1181 channelOutput = (op1Output + op4Output) / 2;
1202 return channelOutput;
1613 double channelOutput = 0, op1Output = 0, op2Output = 0;
1621 channelOutput = (op1Output + op2Output) / 2;
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A DOPL3.cpp615 output[0] += float(channelOutput * channel->leftPan); in Update()
1054 double channelOutput = 0, op1Output = 0, op2Output = 0; in getChannelOutput() local
1074 channelOutput = (op1Output + op2Output) / 2; in getChannelOutput()
1079 return channelOutput; in getChannelOutput()
1111 double channelOutput = 0, in getChannelOutput() local
1142 channelOutput = (op2Output + op4Output) / 2; in getChannelOutput()
1155 channelOutput = (op1Output + op4Output) / 2; in getChannelOutput()
1176 return channelOutput; in getChannelOutput()
1583 double channelOutput = 0, op1Output = 0, op2Output = 0; in getChannelOutput() local
1591 channelOutput = (op1Output + op2Output) / 2; in getChannelOutput()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUPool.hpp54 static void poolingMax(const T *channelInput, int inputWidth, int inputHeight, T *channelOutput, in poolingMax() argument
80 T *lineOutput = channelOutput; in poolingMax()
115 T *lineOutput = channelOutput + padTop * outputStep4 + padLeft * PACK; in poolingMax()
207 static void poolingAvg(const T* channelInput, int inputWidth, int inputHeight, T *channelOutput, in poolingAvg() argument
233 T *lineOutput = channelOutput; in poolingAvg()
276 T *lineOutput = channelOutput + padTop * outputStep4 + padLeft * PACK; in poolingAvg()
H A DCPUPool.cpp86 void(*mCompute)(const void* channelInput, int inputWidth, int inputHeight, void *channelOutput,
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DNamco163Audio.h123 ArrayInfo<int16_t> channelOutput{ _channelOutput, 8 }; in StreamState()
124 …Stream(internalRam, channelOutput, _ramPosition, _autoIncrement, _updateCounter, _currentChannel, … in StreamState()
/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A DscriptWidget.h110 static int channelOutput(ClientData instanceData,
H A DscriptWidget.cpp94 int ScriptWidget::channelOutput(ClientData instance_data, in channelOutput() function in gui::ScriptWidget
116 ScriptWidget::channelOutput, /* outputProc */
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/pbi/
H A DPBI-MGSIGNALCHARACTERISTICS-MIB91 INDEX { channelOutput }
95 channelOutput INTEGER,
105 channelOutput OBJECT-TYPE
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DCommonOptFunction.h208 …oid(*MNNPoolingAvg)(const void* channelInput, int inputWidth, int inputHeight, void *channelOutput,
211 …oid(*MNNPoolingMax)(const void* channelInput, int inputWidth, int inputHeight, void *channelOutput,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h1087 static unsigned getChannelOutputFormat(uint8_t channelOutput) in getChannelOutputFormat() argument
1089 return (unsigned)((channelOutput >> 4) & 0x3); in getChannelOutputFormat()
H A DByteCodeReaderNG.cpp1697 …CHANNEL_OUTPUT_FORMAT channelOutput = (CHANNEL_OUTPUT_FORMAT)ChannelMask::getChannelOutputFormat(c… in readInstructionSampler() local
1710 …k::createAPIFromBinary(opcode, channelMask), uOffset, vOffset, deltaU, deltaV, dst, channelOutput); in readInstructionSampler()