OpenJPEG
2.2.0
|
Cache model parameters. More...
#include <cachemodel_manager.h>
Data Fields | |
target_param_t * | target |
reference pointer to the target More... | |
OPJ_BOOL | jppstream |
return type, true: JPP-stream, false: JPT-stream More... | |
OPJ_BOOL | mhead_model |
main header model, if sent, 1, else 0 More... | |
OPJ_BOOL * | tp_model |
dynamic array pointer of tile part model, if sent, 1, else 0 More... | |
OPJ_BOOL * | th_model |
dynamic array pointer of tile header model More... | |
OPJ_BOOL ** | pp_model |
dynamic array pointer of precint packet model More... | |
struct cachemodel_param * | next |
pointer to the next cache model More... | |
Cache model parameters.
OPJ_BOOL cachemodel_param::jppstream |
return type, true: JPP-stream, false: JPT-stream
Referenced by enqueue_imagedata(), gene_cachemodel(), gene_JPIPstream(), and is_allsent().
OPJ_BOOL cachemodel_param::mhead_model |
main header model, if sent, 1, else 0
Referenced by enqueue_mainheader(), gene_cachemodel(), gene_JPIPstream(), is_allsent(), and print_cachemodel().
struct cachemodel_param* cachemodel_param::next |
pointer to the next cache model
Referenced by delete_cachemodellist(), gene_cachemodel(), insert_cachemodel_into_session(), print_allsession(), and search_cachemodel().
OPJ_BOOL** cachemodel_param::pp_model |
dynamic array pointer of precint packet model
Referenced by enqueue_precinct(), gene_cachemodel(), is_allsent(), and print_cachemodel().
target_param_t* cachemodel_param::target |
reference pointer to the target
Referenced by enqueue_allprecincts(), enqueue_box(), enqueue_boxcontents(), enqueue_imagedata(), enqueue_mainheader(), enqueue_metadata(), enqueue_phld(), enqueue_precinct(), enqueue_precincts(), enqueue_tile(), enqueue_tileheader(), gene_cachemodel(), gene_JPIPstream(), is_allsent(), print_allchannel(), print_allsession(), print_cachemodel(), recons_stream_from_msgqueue(), and search_cachemodel().
OPJ_BOOL* cachemodel_param::th_model |
dynamic array pointer of tile header model
Referenced by enqueue_tileheader(), gene_cachemodel(), is_allsent(), and print_cachemodel().
OPJ_BOOL* cachemodel_param::tp_model |
dynamic array pointer of tile part model, if sent, 1, else 0
Referenced by enqueue_tile(), gene_cachemodel(), is_allsent(), and print_cachemodel().