Home
last modified time | relevance | path

Searched refs:cached_frames (Results 1 – 12 of 12) sorted by relevance

/dports/games/whichwayisup/whichwayisup/lib/
H A Danimation.py14 cached_frames = {} variable in Animation
61 if Animation.cached_frames.has_key(self.cache_name + str(self.i)):
62 self.image = Animation.cached_frames[self.cache_name + str(self.i)]
65 Animation.cached_frames[self.cache_name + str(self.i)] = self.image
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcache.c2643 memset(pid->cache->cached_frames, 0, MEM_allocN_len(pid->cache->cached_frames)); in BKE_ptcache_id_clear()
2659 memset(pid->cache->cached_frames, 0, MEM_allocN_len(pid->cache->cached_frames)); in BKE_ptcache_id_clear()
2775 if (cache->cached_frames) { in BKE_ptcache_id_time()
3051 if (cache->cached_frames) { in BKE_ptcache_free()
3074 ncache->cached_frames = NULL; in ptcache_copy()
3097 if (ncache->cached_frames) { in ptcache_copy()
3098 ncache->cached_frames = MEM_dupallocN(cache->cached_frames); in ptcache_copy()
3462 if (cache->cached_frames) { in BKE_ptcache_toggle_disk_cache()
3464 cache->cached_frames = NULL; in BKE_ptcache_toggle_disk_cache()
3651 if (cache->cached_frames) { in BKE_ptcache_load_external()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime.c671 uintnat wosize, struct ext_table** cached_frames) in find_trie_node_from_libunwind() argument
714 if (!cached_frames) { in find_trie_node_from_libunwind()
724 if (*cached_frames) { in find_trie_node_from_libunwind()
725 frames = *cached_frames; in find_trie_node_from_libunwind()
734 *cached_frames = frames; in find_trie_node_from_libunwind()
1018 uintnat caml_spacetime_my_profinfo (struct ext_table** cached_frames, in caml_spacetime_my_profinfo() argument
1028 node = find_trie_node_from_libunwind(1, wosize, cached_frames); in caml_spacetime_my_profinfo()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime.c671 uintnat wosize, struct ext_table** cached_frames) in find_trie_node_from_libunwind() argument
714 if (!cached_frames) { in find_trie_node_from_libunwind()
724 if (*cached_frames) { in find_trie_node_from_libunwind()
725 frames = *cached_frames; in find_trie_node_from_libunwind()
734 *cached_frames = frames; in find_trie_node_from_libunwind()
1018 uintnat caml_spacetime_my_profinfo (struct ext_table** cached_frames, in caml_spacetime_my_profinfo() argument
1028 node = find_trie_node_from_libunwind(1, wosize, cached_frames); in caml_spacetime_my_profinfo()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvideotoolbox.c441 AVHWFramesContext *cached_frames; in videotoolbox_buffer_create() local
462 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
464 if (cached_frames->sw_format != sw_format || in videotoolbox_buffer_create()
465 cached_frames->width != width || in videotoolbox_buffer_create()
466 cached_frames->height != height) { in videotoolbox_buffer_create()
467 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
473 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvideotoolbox.c441 AVHWFramesContext *cached_frames; in videotoolbox_buffer_create() local
462 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
464 if (cached_frames->sw_format != sw_format || in videotoolbox_buffer_create()
465 cached_frames->width != width || in videotoolbox_buffer_create()
466 cached_frames->height != height) { in videotoolbox_buffer_create()
467 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
473 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvideotoolbox.c441 AVHWFramesContext *cached_frames; in videotoolbox_buffer_create() local
462 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
464 if (cached_frames->sw_format != sw_format || in videotoolbox_buffer_create()
465 cached_frames->width != width || in videotoolbox_buffer_create()
466 cached_frames->height != height) { in videotoolbox_buffer_create()
467 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
473 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c441 AVHWFramesContext *cached_frames; in videotoolbox_buffer_create() local
462 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
464 if (cached_frames->sw_format != sw_format || in videotoolbox_buffer_create()
465 cached_frames->width != width || in videotoolbox_buffer_create()
466 cached_frames->height != height) { in videotoolbox_buffer_create()
467 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
473 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c441 AVHWFramesContext *cached_frames; in videotoolbox_buffer_create() local
462 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
464 if (cached_frames->sw_format != sw_format || in videotoolbox_buffer_create()
465 cached_frames->width != width || in videotoolbox_buffer_create()
466 cached_frames->height != height) { in videotoolbox_buffer_create()
467 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
473 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_pointcache_types.h122 char *cached_frames; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_draw.c471 if (cache->cached_frames[current - offset]) { in timeline_cache_find_next_cached_segment()
484 if (!cache->cached_frames[current - offset]) { in timeline_cache_find_next_cached_segment()
571 if (pid->cache->cached_frames == NULL) { in timeline_draw_cache()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c2882 cache->cached_frames = NULL; in direct_link_pointcache()