Home
last modified time | relevance | path

Searched refs:getNumFrames (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/games/dunelegacy/dunelegacy-0.96.4/src/CutScenes/
H A DIntro.cpp180 …addVideoEvent(new FadeOutVideoEvent(pDuneText->getPicture(pDuneText->getNumFrames()-1), 20, true, … in Intro()
190 …addVideoEvent(new HoldPictureVideoEvent(pPlanet->getPicture(pPlanet->getNumFrames()-1), 20, true)); in Intro()
191 addVideoEvent(new FadeOutVideoEvent(pPlanet->getPicture(pPlanet->getNumFrames()-1), 20, true)); in Intro()
201 …addVideoEvent(new HoldPictureVideoEvent(pSandstorm->getPicture(pSandstorm->getNumFrames()-1), 50, … in Intro()
215 …addVideoEvent(new FadeOutVideoEvent(pHarvesters->getPicture(pHarvesters->getNumFrames()-1), 20, tr… in Intro()
239 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 30, … in Intro()
241 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 15, … in Intro()
242 …addVideoEvent(new FadeOutVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 20, true… in Intro()
259 …addVideoEvent(new HoldPictureVideoEvent(pStarport->getPicture(pStarport->getNumFrames()-1), 20, tr… in Intro()
260 …addVideoEvent(new FadeOutVideoEvent(pStarport->getPicture(pStarport->getNumFrames()-1), 20, true)); in Intro()
[all …]
H A DFinale.cpp144 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 3, t… in Finale()
163 …addVideoEvent(new HoldPictureVideoEvent(pPalace2->getPicture(pPalace2->getNumFrames()-1), 15, true… in Finale()
164 … addVideoEvent(new FadeOutVideoEvent(pPalace2->getPicture(pPalace2->getNumFrames()-1), 20, true)); in Finale()
187 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 3, t… in Finale()
193 …addVideoEvent(new HoldPictureVideoEvent(pPalace1->getPicture(pPalace1->getNumFrames()-1), 25, true… in Finale()
206 …addVideoEvent(new HoldPictureVideoEvent(pPalace2->getPicture(pPalace2->getNumFrames()-1), 30, true… in Finale()
207 … addVideoEvent(new FadeOutVideoEvent(pPalace2->getPicture(pPalace2->getNumFrames()-1), 20, true)); in Finale()
223 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 3, t… in Finale()
230 …addVideoEvent(new HoldPictureVideoEvent(pPalace1->getPicture(pPalace1->getNumFrames()-1), 65, true… in Finale()
246 …addVideoEvent(new HoldPictureVideoEvent(pPalace2->getPicture(pPalace2->getNumFrames()-1), 15, true… in Finale()
[all …]
H A DMeanwhile.cpp87 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 3, t… in Meanwhile()
117 …addVideoEvent(new HoldPictureVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 3, t… in Meanwhile()
118 …addVideoEvent(new FadeOutVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 20, true… in Meanwhile()
131 …addVideoEvent(new FadeOutVideoEvent(pImperator->getPicture(pImperator->getNumFrames()-1), 20, true… in Meanwhile()
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Dofaudio-dsp.h79 for (int frame = 0; frame < output.getNumFrames(); frame++) { in audioOut()
84 fDSP->compute(output.getNumFrames(), fNIInputs, fNIOutputs); in audioOut()
88 for (int frame = 0; frame < output.getNumFrames(); frame++) { in audioOut()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/myst_stacks/
H A Dmechanical.cpp368 int16 maxStep = lever->getNumFrames() - 1; in o_elevatorRotationMove()
370 int16 step = ((rect.bottom - mouse.y) * lever->getNumFrames()) / rect.height(); in o_elevatorRotationMove()
384 int16 maxStep = lever->getNumFrames() - 1; in o_elevatorRotationStop()
386 int16 step = ((rect.bottom - mouse.y) * lever->getNumFrames()) / rect.height(); in o_elevatorRotationStop()
437 int16 maxStep = lever->getNumFrames() - 1; in o_fortressRotationSpeedMove()
439 int16 step = ((rect.top + 65 - mouse.y) * lever->getNumFrames()) / 65; in o_fortressRotationSpeedMove()
474 int16 maxStep = lever->getNumFrames() - 1; in o_fortressRotationBrakeMove()
476 int16 step = ((rect.top + 65 - mouse.y) * lever->getNumFrames()) / 65; in o_fortressRotationBrakeMove()
504 int16 maxStep = lever->getNumFrames() - 1; in o_fortressSimulationSpeedMove()
506 int16 step = ((rect.bottom - mouse.y) * lever->getNumFrames()) / rect.height(); in o_fortressSimulationSpeedMove()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/myst_stacks/
H A Dmechanical.cpp368 int16 maxStep = lever->getNumFrames() - 1; in o_elevatorRotationMove()
370 int16 step = ((rect.bottom - mouse.y) * lever->getNumFrames()) / rect.height(); in o_elevatorRotationMove()
384 int16 maxStep = lever->getNumFrames() - 1; in o_elevatorRotationStop()
386 int16 step = ((rect.bottom - mouse.y) * lever->getNumFrames()) / rect.height(); in o_elevatorRotationStop()
437 int16 maxStep = lever->getNumFrames() - 1; in o_fortressRotationSpeedMove()
439 int16 step = ((rect.top + 65 - mouse.y) * lever->getNumFrames()) / 65; in o_fortressRotationSpeedMove()
474 int16 maxStep = lever->getNumFrames() - 1; in o_fortressRotationBrakeMove()
476 int16 step = ((rect.top + 65 - mouse.y) * lever->getNumFrames()) / 65; in o_fortressRotationBrakeMove()
504 int16 maxStep = lever->getNumFrames() - 1; in o_fortressSimulationSpeedMove()
506 int16 step = ((rect.bottom - mouse.y) * lever->getNumFrames()) / rect.height(); in o_fortressSimulationSpeedMove()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/
H A DSpriteView.cpp392 …vehicleSprite->setFrame(fmod(vehicleSprite->getNumFrames()*rotation, vehicleSprite->getNumFrames()… in drawVehicleSprite()
406 …>setFrame(fmod(wheelSprite->getNumFrames() + wheelSprite->getNumFrames() * (steerAngle + rotation)… in drawWheelsSprites()
414 …tFrame(fmod(wheelSprite->getNumFrames() + wheelSprite->getNumFrames() * (steerAngle + rotation + 0… in drawWheelsSprites()
/dports/misc/dartsim/dart-6.11.1/examples/deprecated_examples/glut_biped_stand/
H A DMyWindow.cpp110 if (mPlayFrame >= mWorld->getRecording()->getNumFrames()) in keyboard()
154 int nFrame = mWorld->getRecording()->getNumFrames(); in plotCOMX()
/dports/misc/dartsim/dart-6.11.1/unittests/unit/
H A Dtest_FileInfoWorld.cpp89 EXPECT_EQ(recording1->getNumFrames(), (int)numFrames); in TEST()
90 EXPECT_EQ(recording2->getNumFrames(), (int)numFrames); in TEST()
/dports/emulators/anese/ANESE-0.9.1/src/nes/
H A Dnes.cc144 const uint curr_frame = this->ppu.getNumFrames(); in step_frame()
145 while (this->is_running && this->ppu.getNumFrames() == curr_frame) { in step_frame()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/old_datasources/plankIDEF/
H A DplanckIDEF.cpp309 _numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in initFile()
369 _numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in initFolderFile()
472 numFrames = getNumFrames(pathname); in initFolder()
522 int numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in fieldListFromFile()
617 int numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in fieldListFromFolder()
741 int numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in stringListFromFile()
809 int numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in stringListFromFolder()
853 long PlanckIDEFSource::getNumFrames(fitsfile* ffits, int iNumHeaderDataUnits) { in getNumFrames() function in PlanckIDEFSource
873 long PlanckIDEFSource::getNumFrames(const QString& filename) { in getNumFrames() function in PlanckIDEFSource
884 numFrames = getNumFrames(ffits, iNumHeaderDataUnits); in getNumFrames()
H A DplanckIDEF.h89 long getNumFrames(const QString& filename);
90 static long getNumFrames(fitsfile* ffits, int iNumHeaderDataUnits);
/dports/misc/dartsim/dart-6.11.1/dart/gui/glut/
H A DMotionBlurSimWindow.cpp159 else if (mWorld->getRecording()->getNumFrames() == 0) in render()
234 if (mPlayFrame >= mWorld->getRecording()->getNumFrames()) in displayTimer()
/dports/misc/dartsim/dart-6.11.1/dart/utils/
H A DFileInfoWorld.cpp135 outFile << "numFrames " << _record->getNumFrames() << std::endl; in saveFile()
140 for (int i = 0; i < _record->getNumFrames(); i++) in saveFile()
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Video/
H A Dtest01.php11 $frames = $video->getNumFrames();
H A Dtest01.py14 numFrames = stream.getNumFrames();
H A Dtest01.pl14 $numFrames = $stream->getNumFrames();
H A Dtest05.php9 $numFrames = $stream->getNumFrames();
/dports/graphics/ming/libming-ming-0_4_8/test/Video/
H A Dtest01.php11 $frames = $video->getNumFrames();
H A Dtest01.py14 numFrames = stream.getNumFrames();
H A Dtest05.php9 $numFrames = $stream->getNumFrames();
H A Dtest01.pl14 $numFrames = $stream->getNumFrames();
/dports/graphics/py-ming/libming-ming-0_4_8/test/Video/
H A Dtest01.php11 $frames = $video->getNumFrames();
H A Dtest01.py14 numFrames = stream.getNumFrames();
H A Dtest01.pl14 $numFrames = $stream->getNumFrames();

1234567