Blender  V3.3
Public Attributes | List of all members
MovieCache Struct Reference

Public Attributes

char name [64]
 
GHashhash
 
GHashHashFP hashfp
 
GHashCmpFP cmpfp
 
MovieCacheGetKeyDataFP getdatafp
 
MovieCacheGetPriorityDataFP getprioritydatafp
 
MovieCacheGetItemPriorityFP getitempriorityfp
 
MovieCachePriorityDeleterFP prioritydeleterfp
 
struct BLI_mempoolkeys_pool
 
struct BLI_mempoolitems_pool
 
struct BLI_mempooluserkeys_pool
 
int keysize
 
voidlast_userkey
 
int totseg
 
int * points
 
int proxy
 
int render_flags
 
int pad
 

Detailed Description

Definition at line 46 of file moviecache.cc.

Member Data Documentation

◆ cmpfp

GHashCmpFP MovieCache::cmpfp

Definition at line 51 of file moviecache.cc.

Referenced by IMB_moviecache_create().

◆ getdatafp

MovieCacheGetKeyDataFP MovieCache::getdatafp

◆ getitempriorityfp

MovieCacheGetItemPriorityFP MovieCache::getitempriorityfp

Definition at line 55 of file moviecache.cc.

Referenced by get_item_priority(), and IMB_moviecache_set_priority_callback().

◆ getprioritydatafp

MovieCacheGetPriorityDataFP MovieCache::getprioritydatafp

Definition at line 54 of file moviecache.cc.

Referenced by do_moviecache_put(), and IMB_moviecache_set_priority_callback().

◆ hash

GHash* MovieCache::hash

◆ hashfp

GHashHashFP MovieCache::hashfp

Definition at line 50 of file moviecache.cc.

Referenced by IMB_moviecache_create(), and moviecache_hashhash().

◆ items_pool

struct BLI_mempool* MovieCache::items_pool

◆ keys_pool

struct BLI_mempool* MovieCache::keys_pool

◆ keysize

int MovieCache::keysize

◆ last_userkey

void* MovieCache::last_userkey

◆ name

char MovieCache::name[64]

◆ pad

int MovieCache::pad

Definition at line 67 of file moviecache.cc.

◆ points

int * MovieCache::points

◆ prioritydeleterfp

MovieCachePriorityDeleterFP MovieCache::prioritydeleterfp

Definition at line 56 of file moviecache.cc.

Referenced by IMB_moviecache_set_priority_callback(), and moviecache_valfree().

◆ proxy

int MovieCache::proxy

◆ render_flags

int MovieCache::render_flags

Definition at line 66 of file moviecache.cc.

Referenced by IMB_moviecache_get_cache_segments().

◆ totseg

int MovieCache::totseg

Definition at line 66 of file moviecache.cc.

Referenced by IMB_moviecache_get_cache_segments().

◆ userkeys_pool

struct BLI_mempool* MovieCache::userkeys_pool

The documentation for this struct was generated from the following file: