"L. Spiro Engine"
Classes | Public Types

lsi::CJpegCommonStructs Class Reference

Common structures within the library. More...

#include <LSIJpegCommonStructs.h>

List of all members.

Classes

struct  opj_cinfo
struct  opj_codestream_info
struct  opj_common_struct
struct  opj_cparameters
struct  opj_dinfo
struct  opj_dparameters
struct  opj_event_mgr
struct  opj_marker_info_t
struct  opj_packet_info
struct  opj_poc
struct  opj_tile_info
struct  opj_tp_info

Public Types

typedef LSVOID(LSE_CALL * opj_msg_callback )(const LSCHAR *msg, LSVOID *client_data)
typedef struct
lsi::CJpegCommonStructs::opj_event_mgr 
opj_event_mgr_t
typedef struct
lsi::CJpegCommonStructs::opj_poc 
opj_poc_t
typedef struct
lsi::CJpegCommonStructs::opj_cparameters 
opj_cparameters_t
typedef struct
lsi::CJpegCommonStructs::opj_dparameters 
opj_dparameters_t
typedef struct
lsi::CJpegCommonStructs::opj_common_struct 
opj_common_struct_t
typedef opj_common_struct_topj_common_ptr
typedef struct
lsi::CJpegCommonStructs::opj_cinfo 
opj_cinfo_t
typedef struct
lsi::CJpegCommonStructs::opj_dinfo 
opj_dinfo_t
typedef struct
lsi::CJpegCommonStructs::opj_packet_info 
opj_packet_info_t
typedef struct
lsi::CJpegCommonStructs::opj_tp_info 
opj_tp_info_t
typedef struct
lsi::CJpegCommonStructs::opj_tile_info 
opj_tile_info_t
typedef struct
lsi::CJpegCommonStructs::opj_marker_info_t 
opj_marker_info_t
typedef struct
lsi::CJpegCommonStructs::opj_codestream_info 
opj_codestream_info_t

Detailed Description

Common structures within the library.

Class CJpegCommonStructs Description: Common structures within the library.


Member Typedef Documentation

Compression context info.

Index structure of the codestream.

Routines that are to be used by both halves of the library are declared to receive a pointer to this structure. There are no actual instances of opj_common_struct_t, only of opj_cinfo_t and opj_dinfo_t.

Compression parameters.

Decompression context info

Decompression parameters.

Message handler object used for

  • Error messages
  • Warning messages
  • Debugging messages

Marker structure.

typedef LSVOID(LSE_CALL * lsi::CJpegCommonStructs::opj_msg_callback)(const LSCHAR *msg, LSVOID *client_data)

Callback function prototype for events

Parameters:
msgEvent message
client_data

Index structure: Information concerning a packet inside tile.

Progression order changes.

Index structure: information regarding tiles.

Index structure: Information concerning tile-parts.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator