Blender V2.61 - r43446
|
Public Attributes | |
GHash * | hash |
GHashHashFP | hashfp |
GHashCmpFP | cmpfp |
MovieCacheGetKeyDataFP | getdatafp |
struct BLI_mempool * | keys_pool |
struct BLI_mempool * | items_pool |
struct BLI_mempool * | userkeys_pool |
int | keysize |
unsigned long | curtime |
int | totseg |
int * | points |
int | proxy |
int | render_flags |
int | pad |
Definition at line 49 of file moviecache.c.
Definition at line 52 of file moviecache.c.
Referenced by IMB_moviecache_create(), and moviecache_hashcmp().
unsigned long MovieCache::curtime |
Definition at line 60 of file moviecache.c.
Referenced by IMB_moviecache_get(), and IMB_moviecache_put().
Definition at line 53 of file moviecache.c.
Referenced by IMB_moviecache_create(), and IMB_moviecache_get_cache_segments().
Definition at line 50 of file moviecache.c.
Referenced by check_unused_keys(), IMB_moviecache_create(), IMB_moviecache_free(), IMB_moviecache_get(), IMB_moviecache_get_cache_segments(), and IMB_moviecache_put().
Definition at line 51 of file moviecache.c.
Referenced by IMB_moviecache_create(), and moviecache_hashhash().
struct BLI_mempool* MovieCache::items_pool |
Definition at line 56 of file moviecache.c.
Referenced by IMB_moviecache_create(), IMB_moviecache_free(), IMB_moviecache_put(), and moviecache_valfree().
struct BLI_mempool* MovieCache::keys_pool |
Definition at line 55 of file moviecache.c.
Referenced by IMB_moviecache_create(), IMB_moviecache_free(), IMB_moviecache_put(), and moviecache_keyfree().
Definition at line 59 of file moviecache.c.
Referenced by IMB_moviecache_create(), and IMB_moviecache_put().
int MovieCache::pad |
Definition at line 63 of file moviecache.c.
int * MovieCache::points |
Definition at line 62 of file moviecache.c.
Referenced by IMB_moviecache_free(), IMB_moviecache_get_cache_segments(), and IMB_moviecache_put().
Definition at line 62 of file moviecache.c.
Referenced by IMB_moviecache_create(), and IMB_moviecache_get_cache_segments().
Definition at line 62 of file moviecache.c.
Referenced by IMB_moviecache_get_cache_segments().
Definition at line 62 of file moviecache.c.
Referenced by IMB_moviecache_get_cache_segments().
struct BLI_mempool* MovieCache::userkeys_pool |
Definition at line 57 of file moviecache.c.
Referenced by IMB_moviecache_create(), IMB_moviecache_free(), and IMB_moviecache_put().