Blender
V3.3
|
Public Attributes | |
char | name [64] |
GHash * | hash |
GHashHashFP | hashfp |
GHashCmpFP | cmpfp |
MovieCacheGetKeyDataFP | getdatafp |
MovieCacheGetPriorityDataFP | getprioritydatafp |
MovieCacheGetItemPriorityFP | getitempriorityfp |
MovieCachePriorityDeleterFP | prioritydeleterfp |
struct BLI_mempool * | keys_pool |
struct BLI_mempool * | items_pool |
struct BLI_mempool * | userkeys_pool |
int | keysize |
void * | last_userkey |
int | totseg |
int * | points |
int | proxy |
int | render_flags |
int | pad |
Definition at line 46 of file moviecache.cc.
GHashCmpFP MovieCache::cmpfp |
Definition at line 51 of file moviecache.cc.
Referenced by IMB_moviecache_create().
MovieCacheGetKeyDataFP MovieCache::getdatafp |
Definition at line 52 of file moviecache.cc.
Referenced by IMB_moviecache_get_cache_segments(), and IMB_moviecache_set_getdata_callback().
MovieCacheGetItemPriorityFP MovieCache::getitempriorityfp |
Definition at line 55 of file moviecache.cc.
Referenced by get_item_priority(), and IMB_moviecache_set_priority_callback().
MovieCacheGetPriorityDataFP MovieCache::getprioritydatafp |
Definition at line 54 of file moviecache.cc.
Referenced by do_moviecache_put(), and IMB_moviecache_set_priority_callback().
GHash* MovieCache::hash |
Definition at line 49 of file moviecache.cc.
Referenced by check_unused_keys(), do_moviecache_put(), IMB_moviecache_cleanup(), IMB_moviecache_create(), IMB_moviecache_free(), IMB_moviecache_get(), IMB_moviecache_get_cache_segments(), IMB_moviecache_has_frame(), IMB_moviecache_remove(), and IMB_moviecacheIter_new().
GHashHashFP MovieCache::hashfp |
Definition at line 50 of file moviecache.cc.
Referenced by IMB_moviecache_create(), and moviecache_hashhash().
struct BLI_mempool* MovieCache::items_pool |
Definition at line 59 of file moviecache.cc.
Referenced by do_moviecache_put(), IMB_moviecache_create(), IMB_moviecache_free(), and moviecache_valfree().
struct BLI_mempool* MovieCache::keys_pool |
Definition at line 58 of file moviecache.cc.
Referenced by do_moviecache_put(), IMB_moviecache_create(), IMB_moviecache_free(), and moviecache_keyfree().
int MovieCache::keysize |
Definition at line 62 of file moviecache.cc.
Referenced by do_moviecache_put(), IMB_moviecache_create(), and IMB_moviecache_set_priority_callback().
void* MovieCache::last_userkey |
Definition at line 64 of file moviecache.cc.
Referenced by do_moviecache_put(), get_item_priority(), IMB_moviecache_free(), and IMB_moviecache_set_priority_callback().
char MovieCache::name[64] |
Definition at line 47 of file moviecache.cc.
Referenced by BKE_movieclip_file_add(), BKE_movieclip_filename_for_frame(), check_unused_keys(), colormanage_load_config(), colormanage_role_color_space_name_get(), detect_clip_source(), do_moviecache_put(), get_item_priority(), IMB_moviecache_cleanup(), IMB_moviecache_create(), IMB_moviecache_free(), moviecache_destructor(), moviecache_valfree(), movieclip_alloc(), and movieclip_build_proxy_ibuf().
int MovieCache::pad |
Definition at line 67 of file moviecache.cc.
int * MovieCache::points |
Definition at line 66 of file moviecache.cc.
Referenced by do_moviecache_put(), IMB_moviecache_free(), IMB_moviecache_get_cache_segments(), and moviecache_destructor().
MovieCachePriorityDeleterFP MovieCache::prioritydeleterfp |
Definition at line 56 of file moviecache.cc.
Referenced by IMB_moviecache_set_priority_callback(), and moviecache_valfree().
int MovieCache::proxy |
Definition at line 66 of file moviecache.cc.
Referenced by BKE_movieclip_get_cache_segments(), get_postprocessed_cached_frame(), get_stable_cached_frame(), IMB_moviecache_create(), and IMB_moviecache_get_cache_segments().
int MovieCache::render_flags |
Definition at line 66 of file moviecache.cc.
Referenced by IMB_moviecache_get_cache_segments().
int MovieCache::totseg |
Definition at line 66 of file moviecache.cc.
Referenced by IMB_moviecache_get_cache_segments().
struct BLI_mempool* MovieCache::userkeys_pool |
Definition at line 60 of file moviecache.cc.
Referenced by do_moviecache_put(), IMB_moviecache_create(), IMB_moviecache_free(), and moviecache_keyfree().