Home
last modified time | relevance | path

Searched refs:update_frames (Results 1 – 18 of 18) sorted by relevance

/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dsprite_previewer.cpp98 this, &SpritePreviewer::update_frames); in set_model()
101 this, &SpritePreviewer::update_frames); in set_model()
103 this, &SpritePreviewer::update_frames); in set_model()
105 this, &SpritePreviewer::update_frames); in set_model()
107 this, &SpritePreviewer::update_frames); in set_model()
148 update_frames(); in update_selection()
204 void SpritePreviewer::update_frames() { in update_frames() function in SolarusEditor::SpritePreviewer
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-update/
H A Dpool_updater_frame.cpp7 void PoolUpdater::update_frames(const std::string &directory, const std::string &prefix) in update_frames() function in horizon::PoolUpdater
16 update_frames(filename, Glib::build_filename(prefix, it)); in update_frames()
H A Dpool_updater.hpp30 void update_frames(const std::string &directory, const std::string &prefix = "");
H A Dpool_updater.cpp337 update_frames(Glib::build_filename(bp, "frames")); in update()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dmonsters.cc48 void update_frames(Tile_coord src, Tile_coord dest);
495 void Slime_actor::update_frames( in update_frames() function in Slime_actor
561 update_frames(oldpos, newpos); in step()
586 update_frames(pos, Tile_coord(-1, -1, -1)); in remove_this()
610 update_frames(pos, get_tile()); in move()
/dports/finance/R-cran-quantmod/quantmod/R/
H A Dreplot.R103 update_frames <- function(headers=TRUE) { function
181 replot_env$update_frames <- update_frames
216 x$update_frames()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Dsprite_previewer.h53 void update_frames();
/dports/math/R-cran-xts/xts/R/
H A Dplot.R1150 update_frames <- function(headers=TRUE) { function
1260 replot_env$update_frames <- update_frames
1322 x$update_frames()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvp3.c1891 static int update_frames(AVCodecContext *avctx) in update_frames() function
1985 return update_frames(dst); in vp3_update_thread_context()
2161 ret = update_frames(avctx); in vp3_decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvp3.c1943 static int update_frames(AVCodecContext *avctx) in update_frames() function
2040 return update_frames(dst); in vp3_update_thread_context()
2231 ret = update_frames(avctx); in vp3_decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvp3.c1891 static int update_frames(AVCodecContext *avctx) in update_frames() function
1985 return update_frames(dst); in vp3_update_thread_context()
2161 ret = update_frames(avctx); in vp3_decode_frame()
/dports/audio/jalv/jalv-1.6.6/src/
H A Djalv.c644 float update_frames = jalv->sample_rate / jalv->ui_update_hz; in jalv_run() local
645 if (jalv->has_ui && (jalv->event_delta_t > update_frames)) { in jalv_run()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvp3.c2509 static int update_frames(AVCodecContext *avctx) in update_frames() function
2587 return update_frames(dst); in vp3_update_thread_context()
2821 ret = update_frames(avctx); in vp3_decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvp3.c2509 static int update_frames(AVCodecContext *avctx) in update_frames() function
2587 return update_frames(dst); in vp3_update_thread_context()
2821 ret = update_frames(avctx); in vp3_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvp3.c2553 static int update_frames(AVCodecContext *avctx) in update_frames() function
2650 return update_frames(dst); in vp3_update_thread_context()
2884 ret = update_frames(avctx); in vp3_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvp3.c2548 static int update_frames(AVCodecContext *avctx) in update_frames() function
2626 return update_frames(dst); in vp3_update_thread_context()
2860 ret = update_frames(avctx); in vp3_decode_frame()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/plugins/
H A Dlv2_plugin.c1492 uint32_t update_frames = in run() local
1498 (plugin->event_delta_t > update_frames)) in run()
/dports/graphics/gimp-app/gimp-2.10.30/tools/
H A Dperformance-log-viewer.py2752 self.update_frames ()
2758 def update_frames (self): member in ProfileViewer.Profile