OpenJPEG
2.2.0
|
JPIP decoding parameters. More...
#include <openjpip.h>
Data Fields | |
Byte_t * | jpipstream |
JPT/JPP-stream. More... | |
Byte8_t | jpiplen |
length of jpipstream More... | |
msgqueue_param_t * | msgqueue |
message queue More... | |
metadatalist_param_t * | metadatalist |
metadata list going into JP2 file More... | |
ihdrbox_param_t * | ihdrbox |
ihdr box going into JP2 file More... | |
Byte_t * | jp2kstream |
J2K codestream or JP2 file codestream. More... | |
Byte8_t | jp2klen |
length of j2kstream or JP2 file More... | |
JPIP decoding parameters.
ihdrbox_param_t* jpip_dec_param::ihdrbox |
ihdr box going into JP2 file
Referenced by decode_jpip(), and output_log().
Byte8_t jpip_dec_param::jp2klen |
length of j2kstream or JP2 file
Referenced by decode_jpip(), and fwrite_jp2k().
Byte_t* jpip_dec_param::jp2kstream |
J2K codestream or JP2 file codestream.
Referenced by decode_jpip(), and fwrite_jp2k().
Byte8_t jpip_dec_param::jpiplen |
length of jpipstream
Referenced by decode_jpip(), and fread_jpip().
Byte_t* jpip_dec_param::jpipstream |
JPT/JPP-stream.
Referenced by decode_jpip(), and fread_jpip().
metadatalist_param_t* jpip_dec_param::metadatalist |
metadata list going into JP2 file
Referenced by decode_jpip(), init_jpipdecoder(), and output_log().
msgqueue_param_t* jpip_dec_param::msgqueue |
message queue
Referenced by decode_jpip(), init_jpipdecoder(), and output_log().