Home
last modified time | relevance | path

Searched refs:frameStep (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DAnimationManager.java134 int frameStep; field in AnimationManager
262 void initializePointers(int frameStep) { in initializePointers() argument
264 lastFrameIndex = (frameStep == 0 ? 0 : getFrameCount()) - 1; in initializePointers()
265 this.frameStep = frameStep; in initializePointers()
308 frameStep = (framePointer2 < framePointer ? -1 : 1); in setAnimationRange()
473 if (frameStep == 0)
504 int frameStep = getFrameStep(direction); in setAnimationRelative() local
506 int frameNext = thisFrame + frameStep; in setAnimationRelative()
526 frameNext -= 2 * frameStep; in setAnimationRelative()
527 nextMorphFrame -= 2 * frameStep * morphStep; in setAnimationRelative()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dwsamovie.cpp162 int frameStep = 1; in displayFrame() local
167 frameStep = -1; in displayFrame()
173 frameStep = -1; in displayFrame()
179 if (frameStep > 0) { in displayFrame()
182 cf += frameStep; in displayFrame()
193 cf += frameStep; in displayFrame()
281 int frameStep = 1; in displayFrame() local
286 frameStep = -1; in displayFrame()
292 frameStep = -1; in displayFrame()
301 cf += frameStep; in displayFrame()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dwsamovie.cpp162 int frameStep = 1; in displayFrame() local
167 frameStep = -1; in displayFrame()
173 frameStep = -1; in displayFrame()
179 if (frameStep > 0) { in displayFrame()
182 cf += frameStep; in displayFrame()
193 cf += frameStep; in displayFrame()
281 int frameStep = 1; in displayFrame() local
286 frameStep = -1; in displayFrame()
292 frameStep = -1; in displayFrame()
301 cf += frameStep; in displayFrame()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Danimationprocessing.cpp58 frameStep = max(renderOptions.TryGetInt(kPOVAttrib_FrameStep, 1), 1); in AnimationProcessing()
175 nominalFrameNumber+= frameStep; in ComputeNextFrame()
182 return (nominalFrameNumber+frameStep <= subsetEndFrame); in MoreFrames()
207 return (subsetEndFrame - subsetStartFrame) / frameStep + 1; in GetTotalFramesToRender()
H A Danimationprocessing.h96 POVMSInt frameStep; variable
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Danimationprocessing.cpp61 frameStep = max(renderOptions.TryGetInt(kPOVAttrib_FrameStep, 1), 1); in AnimationProcessing()
162 frameNumber+= frameStep; in ComputeNextFrame()
168 return (frameNumber+frameStep <= subsetEndFrame); in MoreFrames()
H A Danimationprocessing.h79 POVMSInt frameStep; variable
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/replay/
H A Dxp-replay.c3081 frameStep--; in dox()
3083 frameStep++; in dox()
3117 frameStep++; in dox()
3124 frameStep--; in dox()
3248 frameStep--; in dox()
3251 frameStep = 0; in dox()
3270 frameStep = 0; in dox()
3589 frameStep -= 10; in rewindCallback()
3606 frameStep += 10; in fastfCallback()
3623 frameStep++; in playCallback()
[all …]
/dports/biology/protomol/protomol/applications/xyzviz-app/
H A Dxyzviz.cpp181 static int frameStep = 1; variable
981 frame += frameStep; in nextFrame()
1011 frameStep = value; in frameStepAnimationCallback()
1031 …report <<"Animation : frame: " << frame <<", frame step: " << frameStep <<", frames/sec… in verbose()
1117 report << plain <<"Frame: " << frame <<", frame step: " << frameStep <<", frames/sec:"; in keyboardCallback()
1147 frameStep *= -1; in keyboardCallback()
1149 frameStep *= -1; in keyboardCallback()
1156 frameStep = 1; // frameStep = 1 in keyboardCallback()
1164 frameStep *=-1; in keyboardCallback()
/dports/games/xpilot/xpilot-4.5.5/src/replay/
H A Dxp-replay.c3161 frameStep--; in dox()
3164 frameStep++; in dox()
3184 frameStep++; in dox()
3191 frameStep--; in dox()
3273 frameStep--; in dox()
3276 frameStep = 0; in dox()
3298 frameStep = 0; in dox()
3571 frameStep -= 10; in rewindCallback()
3585 frameStep += 10; in fastfCallback()
3599 frameStep++; in playCallback()
[all …]
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Dsndio.cpp84 const size_t frameStep{mFrameStep};
85 const size_t frameSize{frameStep * mDevice->bytesFromFmt()};
96 frameStep);
H A Dwave.cpp130 const size_t frameStep{mDevice->channelsFromFmt()}; in mixerProc() local
150 mDevice->renderSamples(mBuffer.data(), mDevice->UpdateSize, frameStep); in mixerProc()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.art.com14 Disallow: /frameStep/
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_msmf.cpp626 LONGLONG frameStep; member in CvCapture_MSMF
649 frameStep(0), in CvCapture_MSMF()
910 frameStep = captureFormat.getFrameStep(); in open()
943 frameStep = captureFormat.getFrameStep(); in open()
1081 sampleTime += frameStep; in grabFrame()
1086 sampleTime += frameStep; in grabFrame()
1216 …sampleTime = (useGrabbing && time >= frameStep) ? (LONGLONG)floor(time + 0.5) - frameStep : (LONGL… in setTime()
1223 LONGLONG timeborder = (LONGLONG)floor(time + 0.5) - frameStep / 2; in setTime()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dmplayerprocess.h66 void frameStep();
H A Dplayerprocess.h74 virtual void frameStep() = 0;
H A Dmpvprocess.h91 void frameStep();
H A Dcore.h112 void frameStep();
H A Dmplayeroptions.cpp421 void MplayerProcess::frameStep() { in frameStep() function in MplayerProcess
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DClient_Update.cpp201 float frameStep = 1.f / 60.f; in UpdateWorld() local
202 while (worldSubFrame >= frameStep) { in UpdateWorld()
203 world->Advance(frameStep); in UpdateWorld()
204 worldSubFrame -= frameStep; in UpdateWorld()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalcmain.h342 void renderSamples(void *outBuffer, const uint numSamples, const size_t frameStep);
/dports/graphics/pixie/Pixie/src/ri/
H A Dri.cpp448 static int frameStep = 0; variable
619 if (sscanf(riRibFile,"%d:%d:%d",&frameBegin,&frameStep,&frameEnd) == 3) { in RiBegin()
622 frameStep = 0; in RiBegin()
626 frameStep = 0; in RiBegin()
701 else if (frameStep > 1) { in RiFrameBegin()
702 if (((number - frameBegin) % frameStep) != 0) ignoreFrame = TRUE; in RiFrameBegin()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/nebular/
H A Dnebular_scenes2.cpp656 int frameStep = -1; in step() local
663 frameStep = subStep1(randVal); in step()
668 frameStep = subStep2(randVal); in step()
673 frameStep = subStep3(randVal); in step()
676 frameStep = subStep4(randVal); in step()
682 frameStep = 55; in step()
687 frameStep = 83; in step()
692 frameStep = 126; in step()
696 if (frameStep >= 0 && frameStep != _scene->_animation[0]->getCurrentFrame() + 1) { in step()
697 _scene->_animation[0]->setCurrentFrame(frameStep); in step()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/mads/nebular/
H A Dnebular_scenes2.cpp658 int frameStep = -1; in step() local
665 frameStep = subStep1(randVal); in step()
670 frameStep = subStep2(randVal); in step()
675 frameStep = subStep3(randVal); in step()
678 frameStep = subStep4(randVal); in step()
684 frameStep = 55; in step()
689 frameStep = 83; in step()
694 frameStep = 126; in step()
700 if (frameStep >= 0 && frameStep != _scene->_animation[0]->getCurrentFrame() + 1) { in step()
701 _scene->_animation[0]->setCurrentFrame(frameStep); in step()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sequence/
H A Dsequences_hof.cpp980 int8 frameStep = (startFrame > lastFrame) ? -1 : 1; in playAnimation() local
1031 _animCurrentFrame += frameStep; in playAnimation()
1032 …if ((frameStep > 0 && _animCurrentFrame >= lastFrame) || (frameStep < 0 && _animCurrentFrame < las… in playAnimation()

12