Home
last modified time | relevance | path

Searched refs:nFrames (Results 201 – 225 of 612) sorted by relevance

12345678910>>...25

/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Quark/share/qml/
H A Dmain.qml31 text: Quark.nFrames
37 onTextChanged: Quark.nFrames = text
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Warhol/share/qml/
H A Dmain.qml31 text: Warhol.nFrames
37 onTextChanged: Warhol.nFrames = text
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/fra/
H A Dfra.h175 int nFrames; // the number of times frames member
296 extern void Fra_BmcPerformSimple( Aig_Man_t * pAig, int nFrames, int nBTLimit, int f…
342 extern int Fra_InvariantVerify( Aig_Man_t * p, int nFrames, Vec_Int_t * vClauses, V…
372 extern Fra_Sml_t * Fra_SmlStart( Aig_Man_t * pAig, int nPref, int nFrames, int nWordsFrame …
376 extern Fra_Sml_t * Fra_SmlSimulateSeq( Aig_Man_t * pAig, int nPref, int nFrames, int nWords…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/aruco/samples/
H A Dcalibrate_camera_charuco.cpp299 int nFrames = (int)allCorners.size(); in main() local
303 allCharucoCorners.reserve(nFrames); in main()
304 allCharucoIds.reserve(nFrames); in main()
306 for(int i = 0; i < nFrames; i++) { in main()
/dports/games/kgoldrunner/kgoldrunner-21.12.3/src/
H A Dkgrsprite.cpp60 int nFrames, int dx, int dy, int dt, int nFrameChanges) in setAnimation() argument
67 m_nFrames = nFrames; in setAnimation()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Nervous/share/qml/
H A Dmain.qml31 text: Nervous.nFrames
37 onTextChanged: Nervous.nFrames = text
/dports/audio/snack/snack2.2.10/unix/
H A DjkAudIO_oss.c279 SnackAudioRead(ADesc *A, void *buf, int nFrames)
283 if (A->debug > 1) Snack_WriteLogInt(" Enter SnackAudioRead", nFrames);
286 while (nFrames > n * 2) n *= 2;
287 nFrames = n;
293 for (i = 0; i < nFrames * A->nChannels; i += A->nChannels) {
312 int n = read(A->afd, (unsigned char *)buf, nFrames * A->bytesPerSample * A->nChannels);
323 SnackAudioWrite(ADesc *A, void *buf, int nFrames)
331 for (i = 0; i < nFrames * A->nChannels; i++) {
344 int n = write(A->afd, buf, nFrames * A->bytesPerSample * A->nChannels);
H A DjkAudIO_sgi.c251 SnackAudioRead(ADesc *A, void *buf, int nFrames) in SnackAudioRead() argument
253 alReadFrames(A->port, buf, nFrames * A->nChannels); /* always returns 0 */ in SnackAudioRead()
254 return(nFrames); in SnackAudioRead()
258 SnackAudioWrite(ADesc *A, void *buf, int nFrames) in SnackAudioWrite() argument
260 alWriteFrames(A->port, buf, nFrames * A->nChannels); in SnackAudioWrite()
261 return(nFrames); in SnackAudioWrite()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaSwitch.c658 Vec_Int_t * Gia_ManComputeSwitchProbs( Gia_Man_t * pGia, int nFrames, int nPref, int fProbOne ) in Gia_ManComputeSwitchProbs() argument
664 pPars->nIters = nFrames; // set number of total timeframes in Gia_ManComputeSwitchProbs()
684 Vec_Int_t * Saig_ManComputeSwitchProbs( Aig_Man_t * pAig, int nFrames, int nPref, int fProbOne ) in Saig_ManComputeSwitchProbs() argument
693 vSwitching = Gia_ManComputeSwitchProbs( p, nFrames, nPref, fProbOne ); in Saig_ManComputeSwitchProbs()
781 float Gia_ManComputeSwitching( Gia_Man_t * p, int nFrames, int nPref, int fProbOne ) in Gia_ManComputeSwitching() argument
783 Vec_Int_t * vSwitching = Gia_ManComputeSwitchProbs( p, nFrames, nPref, fProbOne ); in Gia_ManComputeSwitching()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/FrameOverlap/share/qml/
H A Dmain.qml32 text: FrameOverlap.nFrames
38 onTextChanged: FrameOverlap.nFrames = text
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcDar.c3158 RetValue = Ssw_SecSpecialMiter( pMan1, pMan2, nFrames, fVerbose ); in Abc_NtkDarAbSec()
3531 pPars->nIters = nFrames; in Abc_NtkDarSeqSim()
3554 nFrames, nWords ); in Abc_NtkDarSeqSim()
3569 pSml = Fra_SmlSimulateSeq( pMan, 0, nFrames, nWords, fMiter ); in Abc_NtkDarSeqSim()
3576 pSml->nFrames, pSml->nFrames == 1 ? "": "s", in Abc_NtkDarSeqSim()
3591 nFrames, nWords ); in Abc_NtkDarSeqSim()
3697 Abc_Ntk_t * Abc_NtkDarEnlarge( Abc_Ntk_t * pNtk, int nFrames, int fVerbose ) in Abc_NtkDarEnlarge() argument
3704 pMan = Aig_ManFrames( pTemp = pMan, nFrames, 0, 1, 1, 1, NULL ); in Abc_NtkDarEnlarge()
4105 int nFrames; in Abc_NtkPhaseFrameNum() local
4110 nFrames = Saig_ManPhaseFrameNum( pMan, vInits ); in Abc_NtkPhaseFrameNum()
[all …]
H A Dabc.c10395 int nFrames; in Abc_CommandFrames() local
10483 int nFrames; in Abc_CommandDFrames() local
13330 int nFrames; in Abc_CommandDouble() local
22196 int nFrames; in Abc_CommandCycle() local
22288 int nFrames; in Abc_CommandXsim() local
22377 int nFrames; in Abc_CommandSim() local
26105 int nFrames; in Abc_CommandBmc() local
26289 int nFrames; in Abc_CommandBmc2() local
27022 int nFrames; in Abc_CommandIndcut() local
27213 int nFrames; in Abc_CommandEnlarge() local
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DMixerBoard.cpp614 auto nFrames = scnFrames.as_size_t(); in UpdateMeter() local
616 Floats tempFloatsArray{ nFrames }; in UpdateMeter()
620 startSample, nFrames, fillZero, false); in UpdateMeter()
626 meterFloatsArray = Floats{ 2 * nFrames }; in UpdateMeter()
629 for (unsigned int index = 0; index < nFrames; index++) in UpdateMeter()
635 startSample, nFrames, fillZero, false); in UpdateMeter()
639 for (unsigned int index = 0; index < nFrames; index++) in UpdateMeter()
649 for (unsigned int index = 0; index < nFrames; index++) in UpdateMeter()
655 for (unsigned int index = 0; index < nFrames; index++) in UpdateMeter()
658 for (unsigned int index = 0; index < 2 * nFrames; index++) in UpdateMeter()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUBase/
H A DAUScopeElement.h318 AudioBufferList & PrepareBuffer(UInt32 nFrames) { in PrepareBuffer() argument
320 return mIOBuffer.PrepareBuffer(mStreamFormat, nFrames); in PrepareBuffer()
324 AudioBufferList & PrepareNullBuffer(UInt32 nFrames) { in PrepareNullBuffer() argument
325 return mIOBuffer.PrepareNullBuffer(mStreamFormat, nFrames); in PrepareNullBuffer()
/dports/multimedia/camserv/camserv-0.5.1/camserv/
H A Dpicture_loop.c347 int cpid, nFrames = 0; in picture_taker() local
454 nFrames = 0; in picture_taker()
458 nFrames++; in picture_taker()
460 cur_fps = (double)nFrames / (double)(cur_time - start_time); in picture_taker()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/bmc/
H A DbmcBmci.c176 int Bmc_BmciPerform( Gia_Man_t * p, Vec_Int_t * vInit0, Vec_Int_t * vInit1, int nFrames, int nWords… in Bmc_BmciPerform() argument
210 for ( f = 0; f < nFrames; f++ ) in Bmc_BmciPerform()
330 int Gia_ManBmciTest( Gia_Man_t * p, Vec_Int_t * vInit, int nFrames, int nWords, int nTimeOut, int f… in Gia_ManBmciTest() argument
333 Bmc_BmciPerform( p, vInit, vInit0, nFrames, nWords, nTimeOut, fVerbose ); in Gia_ManBmciTest()
/dports/audio/stk/stk-4.6.2/include/
H A DStk.h283 StkFrames( unsigned int nFrames = 0, unsigned int nChannels = 0 );
286 StkFrames( const StkFloat& value, unsigned int nFrames, unsigned int nChannels );
387 virtual void resize( size_t nFrames, unsigned int nChannels = 1 );
397 virtual void resize( size_t nFrames, unsigned int nChannels, StkFloat value );
/dports/graphics/intergif/igsrc/viewersrc/
H A Dviewer.c203 if ( n == v->a->nFrames ) in View_NextFrame()
221 n = v->a->nFrames-1; in View_NextFrame()
318 View_Goto( v, v->a->nFrames - 1 ); in View_PlayClick()
432 if ( theView->a->nFrames > 1 ) in View_New()
435 ", %d frames", theView->a->nFrames ); in View_New()
465 if ( theView->a->nFrames > 1 ) in View_New()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dseq.cpp62 for (int i = 0; i < nFrames; i++) in Preload()
72 for (int i = 0; i < nFrames; i++) in Precache()
273 dassert(frameIndex < pSequence->nFrames); in Update()
401 for (int i = 0; i < pSeq->nFrames; i++) in seqSpawn()
485 dassert(pInst->frameIndex < pSeq->nFrames); in seqProcess()
491 if (pInst->frameIndex == pSeq->nFrames) in seqProcess()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUScopeElement.h320 AudioBufferList & PrepareBuffer(UInt32 nFrames) { in PrepareBuffer() argument
322 return mIOBuffer.PrepareBuffer(mStreamFormat, nFrames); in PrepareBuffer()
326 AudioBufferList & PrepareNullBuffer(UInt32 nFrames) { in PrepareNullBuffer() argument
327 return mIOBuffer.PrepareNullBuffer(mStreamFormat, nFrames); in PrepareNullBuffer()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/
H A DAUScopeElement.h320 AudioBufferList & PrepareBuffer(UInt32 nFrames) { in PrepareBuffer() argument
322 return mIOBuffer.PrepareBuffer(mStreamFormat, nFrames); in PrepareBuffer()
326 AudioBufferList & PrepareNullBuffer(UInt32 nFrames) { in PrepareNullBuffer() argument
327 return mIOBuffer.PrepareNullBuffer(mStreamFormat, nFrames); in PrepareNullBuffer()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/int2/
H A Dint2Bmc.c136 Gia_Man_t * Int2_ManFrameInit( Gia_Man_t * p, int nFrames, int fVerbose ) in Int2_ManFrameInit() argument
147 for ( f = 0; f < nFrames; f++ ) in Int2_ManFrameInit()
170 sat_solver * Int2_ManSetupBmcSolver( Gia_Man_t * p, int nFrames ) in Int2_ManSetupBmcSolver() argument
176 pFrames = Int2_ManFrameInit( p, nFrames, 1 ); in Int2_ManSetupBmcSolver()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DAUScopeElement.h285 AudioBufferList & PrepareBuffer(UInt32 nFrames) {
287 return mIOBuffer.PrepareBuffer(mStreamFormat, nFrames);
291 AudioBufferList & PrepareNullBuffer(UInt32 nFrames) {
292 return mIOBuffer.PrepareNullBuffer(mStreamFormat, nFrames);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/mov/
H A Dtiio_movX.cpp292 MVframe nFrames = mvGetTrackLength(track); in loadInfo() local
293 if (nFrames == -1) return level; in loadInfo()
294 for (int i = 1; i <= nFrames; i++) level->setFrame(TFrameId(i), TImageP()); in loadInfo()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/ssw/
H A DsswAig.c52 p->nFrames = 0; in Ssw_FrmStart()
155 pFrames = Aig_ManStart( Aig_ManObjNumMax(p->pAig) * p->nFrames ); in Ssw_FramesWithClasses()
223 pFrames = Aig_ManStart( Aig_ManObjNumMax(p->pAig) * p->nFrames ); in Ssw_SpeculativeReduction()

12345678910>>...25