|
Blender V4.3
|
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().
| 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().
| 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 check_unused_keys(), do_moviecache_put(), get_item_priority(), IMB_moviecache_cleanup(), IMB_moviecache_create(), IMB_moviecache_free(), moviecache_destructor(), and moviecache_valfree().
| 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 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().
| 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().