Home
last modified time | relevance | path

Searched refs:slowmotion (Results 1 – 25 of 58) sorted by relevance

123

/dports/multimedia/mlt6/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.yml3 identifier: slowmotion
H A DREADME61 > melt slowmotion:<movie_file> _speed=0.1 method=1 debug=1
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.yml3 identifier: slowmotion
H A DREADME61 > melt slowmotion:<movie_file> _speed=0.1 method=1 debug=1
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.yml3 identifier: slowmotion
H A DREADME61 > melt slowmotion:<movie_file> _speed=0.1 method=1 debug=1
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/dvb/
H A Dvideo_function_calls.rst31 video-slowmotion
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/dvb/
H A Dvideo_function_calls.rst31 video-slowmotion
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/dvb/
H A Dvideo_function_calls.rst31 video-slowmotion
/dports/games/xpilot/xpilot-4.5.5/src/replay/NT/
H A DXPreplay.rc366 ID_SLOWPLAY "Play the recording in slowmotion\nSlow play"
367 ID_SLOWBACK "Play the recording backwards in slowmotion\nSlow reverse"
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/replay/NT/
H A DXPreplay.rc366 ID_SLOWPLAY "Play the recording in slowmotion\nSlow play"
367 ID_SLOWBACK "Play the recording backwards in slowmotion\nSlow reverse"
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.cfg600 # Hold for slowmotion.
944 # Slowmotion ratio. When slowmotion, content will slow down by factor.
H A Dretroarch_data.h1698 bool slowmotion; member
H A Dretroarch.c28944 runloop_state.slowmotion, in audio_driver_sample()
28985 runloop_state.slowmotion, in audio_driver_menu_sample()
29008 runloop_state.slowmotion, in audio_driver_menu_sample()
29055 runloop_state.slowmotion, in audio_driver_sample_batch()
29925 runloop_state.slowmotion, in audio_driver_frame_is_reverse()
34714 bool runloop_slowmotion = runloop_state.slowmotion; in rarch_core_runtime_tick()
36866 runloop_state.slowmotion = false; in rarch_ctl()
37536 *is_slowmotion = runloop_state.slowmotion; in runloop_get_status()
38774 runloop_state.slowmotion = !runloop_state.slowmotion; in runloop_check_state()
38778 if (runloop_state.slowmotion) in runloop_check_state()
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/
H A DChangeLog230 * Fix archiving feature not saving playlist clips and slowmotion clips inside them (#2475)
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c335 unsigned char slowmotion[3] = {0,2,0}; // [0] = enable/disable; [1] = dura… variable
1002 var->lVal = (LONG)slowmotion[0]; in getsyspropertybyindex()
1006 var->lVal = (LONG)slowmotion[1]; in getsyspropertybyindex()
1114 slowmotion[0] = (unsigned char)ltemp; in changesyspropertybyindex()
1118 slowmotion[1] = (unsigned char)ltemp; in changesyspropertybyindex()
20315 if((level_completed && !level->noslow && !tospeedup) || slowmotion[0]) in update()
20317 if(slowmotion[1] == slowmotion[2]) newtime = time + interval; in update()
20321 slowmotion[2]++; in update()
20322 if(slowmotion[2] == (slowmotion[1] + 1)) in update()
20324 slowmotion[2] = 0; in update()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c376 unsigned char slowmotion[3] = {0,2,0}; // [0] = enable/disable; [1] = dura… variable
1071 var->lVal = (LONG)slowmotion[0]; in getsyspropertybyindex()
1075 var->lVal = (LONG)slowmotion[1]; in getsyspropertybyindex()
1224 slowmotion[0] = (unsigned char)ltemp; in changesyspropertybyindex()
1228 slowmotion[1] = (unsigned char)ltemp; in changesyspropertybyindex()
20667 if((level_completed && !level->noslow && !tospeedup) || slowmotion[0]) in update()
20669 if(slowmotion[1] == slowmotion[2]) newtime = time + interval; in update()
20673 slowmotion[2]++; in update()
20674 if(slowmotion[2] == (slowmotion[1] + 1)) in update()
20676 slowmotion[2] = 0; in update()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c1246 var->lVal = (LONG)slowmotion[0]; in getsyspropertybyindex()
1250 var->lVal = (LONG)slowmotion[1]; in getsyspropertybyindex()
1460 slowmotion[0] = (unsigned)ltemp; in changesyspropertybyindex()
1466 slowmotion[1] = (unsigned)ltemp; in changesyspropertybyindex()
27913 if((level_completed && !level->noslow && !tospeedup) || slowmotion[0]) in update()
27915 if(slowmotion[1] == slowmotion[2]) in update()
27925 slowmotion[2]++; in update()
27926 if(slowmotion[2] == (slowmotion[1] + 1)) in update()
27928 slowmotion[2] = 0; in update()
27929 if(slowmotion[0] > 1) in update()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenborscript.c117 extern s_slow_motion slowmotion;
8523 var->lVal = slowmotion.toggle; in getsyspropertybyindex()
8527 var->lVal = slowmotion.duration; in getsyspropertybyindex()
8761 slowmotion.toggle = (unsigned)ltemp; in changesyspropertybyindex()
8767 slowmotion.duration = (unsigned)ltemp; in changesyspropertybyindex()
H A Dopenbor.c500 s_slow_motion slowmotion = { .toggle = SLOW_MOTION_OFF, variable
34923 …if((level_completed && level->boss_slow == BOSS_SLOW_ON && !tospeedup) || slowmotion.toggle > SLOW… in update()
34925 if(slowmotion.duration == slowmotion.counter) in update()
34935 slowmotion.counter++; in update()
34936 if(slowmotion.counter == (slowmotion.duration + 1)) in update()
34938 slowmotion.counter = 0; in update()
34939 if(slowmotion.toggle > SLOW_MOTION_ON) in update()
34941 slowmotion.duration = slowmotion.toggle; in update()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c453 s_slow_motion slowmotion = { .toggle = SLOW_MOTION_OFF, variable
1395 var->lVal = slowmotion.toggle; in getsyspropertybyindex()
1399 var->lVal = slowmotion.duration; in getsyspropertybyindex()
1627 slowmotion.toggle = (unsigned)ltemp; in changesyspropertybyindex()
1633 slowmotion.duration = (unsigned)ltemp; in changesyspropertybyindex()
31775 if(slowmotion.duration == slowmotion.counter) in update()
31785 slowmotion.counter++; in update()
31786 if(slowmotion.counter == (slowmotion.duration + 1)) in update()
31788 slowmotion.counter = 0; in update()
31789 if(slowmotion.toggle > SLOW_MOTION_ON) in update()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/
H A DNEWS62 - slowmotion
/dports/multimedia/py-mlt6/mlt-6.26.1/
H A DNEWS62 - slowmotion
/dports/multimedia/mlt6-qt5/mlt-6.26.1/
H A DNEWS62 - slowmotion
/dports/multimedia/mlt7/mlt-7.0.1/
H A DNEWS162 - slowmotion

123