Home
last modified time | relevance | path

Searched refs:nStartFrame (Results 1 – 15 of 15) sorted by relevance

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/Old/
H A DAPEDecompressOld.cpp206 intn nStartFrame = m_nStartBlock / nBlocksPerFrame; in GetInfo() local
210 …intn nTotalBytes = (GetInfo(APE_INFO_FRAME_BYTES, nStartFrame) * (m_nStartBlock % nBlocksPerFrame)… in GetInfo()
211 if (nFinishFrame != nStartFrame) in GetInfo()
216 … for (intn nFrame = nStartFrame + 1; (nFrame < nFinishFrame) && (nFrame < nTotalFrames); nFrame++) in GetInfo()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dreplay.cpp37 UINT32 nStartFrame = 0; variable
84 swprintf(framestring, L"%d", GetCurrentFrame() - nStartFrame); in RecordInput()
268 swprintf(framestring, L"%d / %d", GetCurrentFrame() - nStartFrame,nTotalFrames); in ReplayInput()
277 if ( (GetCurrentFrame()-nStartFrame) == (nTotalFrames-1) ) { in ReplayInput()
386 nStartFrame = GetCurrentFrame(); in StartRecord()
484 nStartFrame = GetCurrentFrame(); in StartReplay()
486 nEndFrame += nStartFrame; in StartReplay()
590 INT32 nFrames = GetCurrentFrame() - nStartFrame; in CloseRecord()
646 dprintf(_T(" ** Recording stopped, recorded %d frames.\n"), GetCurrentFrame() - nStartFrame); in StopReplay()
654 dprintf(_T(" ** Replay stopped, replayed %d frames.\n"), GetCurrentFrame() - nStartFrame); in StopReplay()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dreplay.cpp40 UINT32 nStartFrame = 0; variable
96 swprintf(framestring, L"%d", GetCurrentFrame() - nStartFrame); in RecordInput()
277 swprintf(framestring, L"%d / %d", GetCurrentFrame() - nStartFrame,nTotalFrames); in ReplayInput()
286 if ( (GetCurrentFrame()-nStartFrame) == (nTotalFrames-1) ) { in ReplayInput()
417 nStartFrame = GetCurrentFrame(); in StartRecord()
519 nStartFrame = GetCurrentFrame(); in StartReplay()
521 nEndFrame += nStartFrame; in StartReplay()
634 INT32 nFrames = GetCurrentFrame() - nStartFrame; in CloseRecord()
690 dprintf(_T(" ** Recording stopped, recorded %d frames.\n"), GetCurrentFrame() - nStartFrame); in StopReplay()
698 dprintf(_T(" ** Replay stopped, replayed %d frames.\n"), GetCurrentFrame() - nStartFrame); in StopReplay()
[all …]
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DAPEDecompress.cpp406 int nStartFrame = m_nStartBlock / nBlocksPerFrame; in GetInfo() local
410 …int nTotalBytes = (GetInfo(APE_INFO_FRAME_BYTES, nStartFrame) * (m_nStartBlock % nBlocksPerFrame))… in GetInfo()
411 if (nFinishFrame != nStartFrame) in GetInfo()
416 … for (int nFrame = nStartFrame + 1; (nFrame < nFinishFrame) && (nFrame < nTotalFrames); nFrame++) in GetInfo()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPEDecompress.cpp475 intn nStartFrame = m_nStartBlock / nBlocksPerFrame; in GetInfo() local
479 …intn nTotalBytes = (GetInfo(APE_INFO_FRAME_BYTES, nStartFrame) * (m_nStartBlock % nBlocksPerFrame)… in GetInfo()
480 if (nFinishFrame != nStartFrame) in GetInfo()
485 … for (intn nFrame = nStartFrame + 1; (nFrame < nFinishFrame) && (nFrame < nTotalFrames); nFrame++) in GetInfo()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dreplay.cpp8 UINT32 nStartFrame = 0; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MayaExport/src/
H A Dparticles.cpp198 int nStartFrame = particlesTrack.front().nFrame; in FinalizeData() local
199 int nFrames = nEndFrame - nStartFrame + 1; in FinalizeData()
208 int nBeginTime = nStartFrame; in FinalizeData()
210 particle.nStartTime = nStartFrame; in FinalizeData()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MayaExport/src/
H A Dparticles.cpp198 int nStartFrame = particlesTrack.front().nFrame; in FinalizeData() local
199 int nFrames = nEndFrame - nStartFrame + 1; in FinalizeData()
208 int nBeginTime = nStartFrame; in FinalizeData()
210 particle.nStartTime = nStartFrame; in FinalizeData()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dstate.cpp18 extern UINT32 nStartFrame;
169 nCurrentFrame = nStartFrame + nReplayCurrentFrame; in BurnStateLoadEmbed()
329 nReplayCurrentFrame = GetCurrentFrame() - nStartFrame; in BurnStateSaveEmbed()
H A Dluaengine.cpp1649 extern unsigned int nStartFrame;
1654 lua_pushinteger(L, GetCurrentFrame() - nStartFrame); in movie_framecount()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dstate.cpp18 extern UINT32 nStartFrame;
168 nCurrentFrame = nStartFrame + nReplayCurrentFrame; in BurnStateLoadEmbed()
328 nReplayCurrentFrame = GetCurrentFrame() - nStartFrame; in BurnStateSaveEmbed()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dtexmgr.h71 int nStartFrame; member
H A Dtexmgr.cpp547 m_tex[iSlot].nStartFrame = frame; in LoadTex()
H A Dplugin.cpp6161 (!bShiftHeldDown && m_texmgr.m_tex[x].nStartFrame > frame) || in MyWindowProc()
6162 (bShiftHeldDown && m_texmgr.m_tex[x].nStartFrame < frame)) in MyWindowProc()
6165 frame = m_texmgr.m_tex[x].nStartFrame; in MyWindowProc()
9435 int oldest_frame = m_texmgr.m_tex[0].nStartFrame; in LaunchSprite()
9443 else if (m_texmgr.m_tex[x].nStartFrame < oldest_frame) in LaunchSprite()
9446 oldest_frame = m_texmgr.m_tex[x].nStartFrame; in LaunchSprite()
H A Dmilkdropfs.cpp3563 *(m_texmgr.m_tex[iSlot].var_frame) = (double)(GetFrame() - m_texmgr.m_tex[iSlot].nStartFrame); in DrawUserSprites()