OpenJPEG
1.5.1
|
Structure used to store JPWL markers temporary position and readyness. More...
#include <jpwl.h>
Data Structures | |
union | jpwl_marks |
union keeping the pointer to the real marker struct More... | |
Data Fields | |
int | id |
marker value (J2K_MS_EPC, etc.) More... | |
union jpwl_marker::jpwl_marks | m |
unsigned long int | pos |
position where the marker should go, in the pre-JPWL codestream More... | |
double | dpos |
same as before, only written as a double, so we can sort it better More... | |
unsigned short int | len |
length of the marker segment (marker excluded) More... | |
opj_bool | len_ready |
the marker length is ready or not? More... | |
opj_bool | pos_ready |
the marker position is ready or not? More... | |
opj_bool | parms_ready |
the marker parameters are ready or not? More... | |
opj_bool | data_ready |
are the written data ready or not More... | |
Structure used to store JPWL markers temporary position and readyness.
opj_bool jpwl_marker::data_ready |
are the written data ready or not
Referenced by jpwl_epbs_add(), and jpwl_prepare_marks().
double jpwl_marker::dpos |
same as before, only written as a double, so we can sort it better
Referenced by jpwl_dump_marks(), jpwl_epbs_add(), and jpwl_prepare_marks().
int jpwl_marker::id |
marker value (J2K_MS_EPC, etc.)
Referenced by jpwl_epbs_add(), and jpwl_prepare_marks().
unsigned short int jpwl_marker::len |
length of the marker segment (marker excluded)
Referenced by jpwl_dump_marks(), jpwl_epbs_add(), jpwl_prepare_marks(), and jpwl_update_info().
opj_bool jpwl_marker::len_ready |
the marker length is ready or not?
Referenced by jpwl_epbs_add(), and jpwl_prepare_marks().
union jpwl_marker::jpwl_marks jpwl_marker::m |
Referenced by jpwl_dump_marks(), jpwl_epbs_add(), and jpwl_prepare_marks().
opj_bool jpwl_marker::parms_ready |
the marker parameters are ready or not?
Referenced by jpwl_epbs_add(), and jpwl_prepare_marks().
unsigned long int jpwl_marker::pos |
position where the marker should go, in the pre-JPWL codestream
Referenced by jpwl_dump_marks(), jpwl_epbs_add(), and jpwl_prepare_marks().
opj_bool jpwl_marker::pos_ready |
the marker position is ready or not?
Referenced by jpwl_epbs_add(), and jpwl_prepare_marks().