OpenJPEG
2.2.0
|
box header parameters More...
#include <boxheader_manager.h>
Data Fields | |
Byte_t | headlen |
header length 8 or 16 More... | |
Byte8_t | length |
length of the reference Box More... | |
char | type [4] |
type of information in the DBox More... | |
struct boxheader_param * | next |
pointer to the next header box More... | |
box header parameters
Byte_t boxheader_param::headlen |
header length 8 or 16
Referenced by check_JP2boxidx(), gene_boxheader(), and gene_manfbox().
Byte8_t boxheader_param::length |
length of the reference Box
Referenced by check_JP2boxidx(), gene_boxheader(), and print_boxheader().
struct boxheader_param* boxheader_param::next |
pointer to the next header box
Referenced by delete_manfbox(), gene_boxheader(), gene_manfbox(), print_manfbox(), search_boxheader(), set_ppixdata(), and set_thixdata().
char boxheader_param::type[4] |
type of information in the DBox
Referenced by check_JP2boxidx(), gene_boxheader(), print_boxheader(), and search_boxheader().