OpenJPEG
2.2.0
|
cache parameters More...
#include <cache_manager.h>
Data Fields | |
char * | filename |
file name More... | |
char * | tid |
taregt identifier More... | |
int | csn |
codestream number More... | |
char ** | cid |
dynamic array of channel identifiers More... | |
int | numOfcid |
number of cids More... | |
metadatalist_param_t * | metadatalist |
metadata-bin list More... | |
ihdrbox_param_t * | ihdrbox |
ihdrbox More... | |
struct cache_param * | next |
pointer to the next cache More... | |
cache parameters
char** cache_param::cid |
dynamic array of channel identifiers
Referenced by add_cachecid(), gene_cache(), handle_CIDreqMSG(), print_cache(), remove_cidInCache(), and search_cacheBycid().
int cache_param::csn |
codestream number
Referenced by gene_cache(), handle_JP2saveMSG(), handle_PNMreqMSG(), handle_SIZreqMSG(), print_cache(), and search_cacheBycsn().
char* cache_param::filename |
file name
Referenced by gene_cache(), print_cache(), search_cache(), and update_cachetid().
ihdrbox_param_t* cache_param::ihdrbox |
ihdrbox
Referenced by gene_cache(), and handle_SIZreqMSG().
metadatalist_param_t* cache_param::metadatalist |
metadata-bin list
Referenced by gene_cache(), handle_JPIPstreamMSG(), and handle_XMLreqMSG().
struct cache_param* cache_param::next |
pointer to the next cache
Referenced by delete_cachelist(), gene_cache(), insert_cache_into_list(), print_allcache(), search_cache(), search_cacheBycid(), search_cacheBycsn(), and search_cacheBytid().
int cache_param::numOfcid |
number of cids
Referenced by add_cachecid(), gene_cache(), handle_CIDreqMSG(), print_cache(), remove_cidInCache(), and search_cacheBycid().
char* cache_param::tid |
taregt identifier
Referenced by gene_cache(), handle_TIDreqMSG(), print_cache(), search_cacheBytid(), and update_cachetid().