Home
last modified time | relevance | path

Searched refs:framecounter (Results 1 – 25 of 78) sorted by relevance

1234

/dports/multimedia/oggvideotools/oggvideotools-0.9.1/src/effect/
H A DlowpassEffect.cpp35 framecounter = 0; in configure()
77 uint32 n = (config.blindLength - framecounter); in doBlindIn()
84 framecounter++; in doBlindIn()
85 if (framecounter > config.blindLength) { in doBlindIn()
96 framecounter++; in doPresentation()
97 if (framecounter > (config.sequenceLength - config.blindLength)) { in doPresentation()
101 if (framecounter >= config.sequenceLength) { in doPresentation()
112 uint32 n = (framecounter - (config.sequenceLength - config.blindLength)); in doBlindOut()
116 …logger.debug() << " -- blindout - fr "<< framecounter <<" fa "<<factor << " n "<<n <<" fw "<<fi… in doBlindOut()
120 framecounter++; in doBlindOut()
[all …]
H A Dcrossfader.cpp23 : Effector(), state(unconfigured), framecounter(0) in Crossfader()
35 framecounter = 0; in configure()
66 …plane = PictureBlend::crossfade(lastPlane, presentationPlane,(framecounter*1.0)/(config.blindLengt… in doCrossfade()
68 framecounter++; in doCrossfade()
69 if (framecounter > config.blindLength) { in doCrossfade()
80 framecounter++; in doPresentation()
81 if (framecounter > config.sequenceLength) { in doPresentation()
H A DshiftblendEffect.cpp20 :state(unconfigured), framecounter(0) in ShiftblendEffect()
68 framecounter = 0; in configure()
109 float fact((framecounter*1.0)/(config.blindLength*1.0)*pi + pi); in doShift()
119 framecounter++; in doShift()
120 if (framecounter > config.blindLength) { in doShift()
132 framecounter++; in doPresentation()
133 if (framecounter > config.sequenceLength) { in doPresentation()
H A DshiftEffect.cpp20 :state(unconfigured), framecounter(0) in ShiftEffect()
68 framecounter = 0; in configure()
106 float fact((framecounter*1.0)/(config.blindLength*1.0)*pi + pi); in doShift()
114 framecounter++; in doShift()
115 if (framecounter > config.blindLength) { in doShift()
127 framecounter++; in doPresentation()
128 if (framecounter > config.sequenceLength) { in doPresentation()
H A DplainPicture.cpp22 : Effector(), state(unconfigured), framecounter(0) in PlainPicture()
39 framecounter++; in operator >>()
40 if (framecounter > config.sequenceLength) { in operator >>()
50 framecounter = 0; in configure()
H A DplainPicture.h46 uint32 framecounter; variable
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A Disochronous.cpp157 unsigned int framecounter; in wait_tick() local
161 framecounter = 1; in wait_tick()
163 framecounter = get(&remaining); in wait_tick()
164 if ((framecounter - lastcounter) > 1) in wait_tick()
167 framecounter ++; in wait_tick()
169 lastcounter = framecounter; in wait_tick()
170 return(framecounter); in wait_tick()
212 unsigned int framecounter; in wait_sync() local
214 framecounter = get(&remaining); in wait_sync()
217 framecounter = 1; in wait_sync()
[all …]
H A DClient.cpp84 framecounter = NULL; in Client()
126 DELETE_PTR(framecounter); in ~Client()
569 if (framecounter) { in RunTCP()
570 burst_id = framecounter->wait_tick(); in RunTCP()
1086 if (!framecounter) { in RunUDPIsochronous()
1087 framecounter = new Isochronous::FrameCounter(mSettings->mFPS); in RunUDPIsochronous()
1089 udp_payload->isoch.burstperiod = htonl(framecounter->period_us()); in RunUDPIsochronous()
1103 frameid = framecounter->wait_tick(); in RunUDPIsochronous()
1108 udp_payload->isoch.start_tv_sec = htonl(framecounter->getSecs()); in RunUDPIsochronous()
1367 if (framecounter) in FinishTrafficActions()
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dlogger.cpp12 static int framecounter = 0; variable
25 framecounter = 0; in S9xResetLogger()
66 framecounter = fc; in S9xVideoLogger()
68 framecounter++; in S9xVideoLogger()
82 if (Settings.DumpStreamsMaxFrames > 0 && framecounter >= Settings.DumpStreamsMaxFrames) in S9xVideoLogger()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dlogger.cpp187 static int framecounter = 0; variable
200 framecounter = 0; in S9xResetLogger()
241 framecounter = fc; in S9xVideoLogger()
243 framecounter++; in S9xVideoLogger()
255 if (Settings.DumpStreamsMaxFrames > 0 && framecounter >= Settings.DumpStreamsMaxFrames) in S9xVideoLogger()
/dports/games/xonotic/Xonotic/source/qcsrc/client/hud/panel/
H A Dengineinfo.qc7 int framecounter;
42 …frametimeavg2 + currentframetime)/4; // average three frametimes into framecounter for slightly mo…
52 …prevfps = (1 - weight) * prevfps + weight * (1/frametimeavg); // framecounter just used so there's…
58 framecounter += 1;
61 prevfps = framecounter/(currentTime - prevfps_time);
62 framecounter = 0;
/dports/games/critterding/critterding-beta12/src/utils/
H A Dstatsbuffer.cpp14 framecounter = 0; in Statsbuffer()
39 if ( ++framecounter == recordInterval ) in add()
48 framecounter = 0; in add()
H A Dstatsbuffer.h45 unsigned int framecounter; variable
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dmovie.c40 int framecounter; variable
150 framecounter++; in IncrementLagAndFrameCounter()
220 fseek (Movie.fp,headersize+(framecounter * framelength),SEEK_SET); in MovieLoadState()
224 fseek (Movie.fp,headersize+(framecounter * framelength),SEEK_SET); in MovieLoadState()
233 fseek (Movie.fp,headersize+(framecounter * framelength),SEEK_SET); in MovieLoadState()
342 framecounter=0; in SaveMovie()
370 framecounter=0; in PlayMovie()
/dports/games/garden-of-coloured-lights/garden-1.0.9/src/
H A Dmain.c40 volatile int framecounter; variable
68 frames_per_second = framecounter; in framecount()
69 framecounter = 0; in framecount()
131 LOCK_VARIABLE (framecounter); in END_OF_MAIN()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_jpeg.c246 static int framecounter = 0, subdircounter = 0; local
251 if ( framecounter == jpeg_maxfiles ) {
252 framecounter = 0;
258 if ( !framecounter && jpeg_subdirs ) {
272 framecounter++;
H A Dvo_pnm.c438 static int framenum = 0, framecounter = 0, subdircounter = 0; local
449 if ( framecounter == pnm_maxfiles ) {
450 framecounter = 0;
456 if ( !framecounter && pnm_subdirs ) {
465 framecounter++;
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_jpeg.c246 static int framecounter = 0, subdircounter = 0; local
251 if ( framecounter == jpeg_maxfiles ) {
252 framecounter = 0;
258 if ( !framecounter && jpeg_subdirs ) {
272 framecounter++;
H A Dvo_pnm.c438 static int framenum = 0, framecounter = 0, subdircounter = 0; local
449 if ( framecounter == pnm_maxfiles ) {
450 framecounter = 0;
456 if ( !framecounter && pnm_subdirs ) {
465 framecounter++;
/dports/games/fargoal/fargoal/src/
H A Dmain.c252 int framecounttime, framecounter; in main() local
448 framecounter = 0; in main()
464 framecounter++; in main()
468 fps = framecounter; in main()
469 framecounter = 0; in main()
/dports/games/critterding/critterding-beta12/src/scenes/modes/
H A Drace.cpp28 framecounter = 0; in init()
78 framecounter++; in process()
79 if ( (haveWinner || framecounter >= settings->getCVar("critter_maxlifetime")) ) in process()
82 cerr << "we have a WINNER after " << framecounter << " frames" << endl; in process()
213 framecounter = 0; in process()
H A Drace.h26 unsigned int framecounter; variable
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_10_chronodraw/
H A D_10_chronodraw.pde20 int framecounter = 0;
70 framecounter++;
71 if (framecounter >= framerest) {
72 framecounter = 0;
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/utils/
H A Dvp_debug_interface.cpp82 void VpDebugInterface::DumpToXML(PVPHAL_RENDER_PARAMS pRenderParams, uint32_t framecounter) in DumpToXML() argument
89 framecounter, in DumpToXML()
/dports/devel/sdl12/SDL-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c45 u32 framecounter = 0,soundoffset = 0; variable
179 framecounter++; in InterruptHandler()

1234