OpenJPEG  2.5.0
Data Fields
opj_codestream_index Struct Reference

Index structure of the codestream (FIXME should be expand and enhance) More...

#include <openjpeg.h>

Data Fields

OPJ_OFF_T main_head_start
 main header start position (SOC position) More...
 
OPJ_OFF_T main_head_end
 main header end position (first SOT position) More...
 
OPJ_UINT64 codestream_size
 codestream's size More...
 
OPJ_UINT32 marknum
 number of markers More...
 
opj_marker_info_tmarker
 list of markers More...
 
OPJ_UINT32 maxmarknum
 actual size of markers array More...
 
OPJ_UINT32 nb_of_tiles
 
opj_tile_index_ttile_index
 

Detailed Description

Index structure of the codestream (FIXME should be expand and enhance)

Field Documentation

◆ codestream_size

OPJ_UINT64 opj_codestream_index::codestream_size

codestream's size

Referenced by j2k_get_cstr_index(), and opj_j2k_write_epc().

◆ main_head_end

OPJ_OFF_T opj_codestream_index::main_head_end

◆ main_head_start

OPJ_OFF_T opj_codestream_index::main_head_start

main header start position (SOC position)

Referenced by j2k_get_cstr_index(), opj_j2k_dump_MH_index(), opj_j2k_read_soc(), and opj_j2k_write_epc().

◆ marker

opj_marker_info_t* opj_codestream_index::marker

◆ marknum

OPJ_UINT32 opj_codestream_index::marknum

◆ maxmarknum

OPJ_UINT32 opj_codestream_index::maxmarknum

actual size of markers array

Referenced by opj_j2k_add_mhmarker(), and opj_j2k_create_cstr_index().

◆ nb_of_tiles

OPJ_UINT32 opj_codestream_index::nb_of_tiles

◆ tile_index

opj_tile_index_t* opj_codestream_index::tile_index

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