"L. Spiro Engine"
Classes | Public Types | Static Public Member Functions | Static Protected Member Functions

lsi::CJpt Class Reference

JPT-stream reader (JPEG 2000, JPIP). More...

#include <LSIJpt.h>

List of all members.

Classes

struct  opj_jpt_msg_header_t

Public Types

typedef struct
lsi::CJpt::opj_jpt_msg_header_t
LPopj_jpt_msg_header_t
typedef struct
lsi::CJpt::opj_jpt_msg_header_t 
LPCopj_jpt_msg_header_t

Static Public Member Functions

static LSVOID LSE_CALL jpt_init_msg_header (opj_jpt_msg_header_t *_pjmhHeader)
static LSVOID LSE_CALL jpt_read_msg_header (CJpegCommonStructs::opj_common_ptr _cpInfo, CCio::opj_cio_t *_pcCio, opj_jpt_msg_header_t *_pjmhHeader)

Static Protected Member Functions

static LSUINT32 LSE_CALL ReadVbasInfo (CCio::opj_cio_t *_pcCio, LSUINT32 _ui32Value)
static LSVOID LSE_CALL ReInitMsgHeader (opj_jpt_msg_header_t *_pjmhHeader)

Detailed Description

JPT-stream reader (JPEG 2000, JPIP).

Class CJpt Description: JPT-stream reader (JPEG 2000, JPIP).


Member Typedef Documentation

Message Header JPT stream structure


Member Function Documentation

static LSVOID LSE_CALL lsi::CJpt::jpt_init_msg_header ( opj_jpt_msg_header_t _pjmhHeader) [static]

Initialize the value of the message header structure.

Parameters:
_pjmhHeaderMessage header structure.
static LSVOID LSE_CALL lsi::CJpt::jpt_read_msg_header ( CJpegCommonStructs::opj_common_ptr  _cpInfo,
CCio::opj_cio_t *  _pcCio,
opj_jpt_msg_header_t _pjmhHeader 
) [static]

Read the message header for a JPP/JPT - stream.

Parameters:
_cpInfoCodec context info.
_pcCioCIO handle.
_pjmhHeaderMessage header structure.
static LSUINT32 LSE_CALL lsi::CJpt::ReadVbasInfo ( CCio::opj_cio_t *  _pcCio,
LSUINT32  _ui32Value 
) [static, protected]

Read the information contains in VBAS [JPP/JPT stream message header]. Store information (7 bits) in value.

Parameters:
_pcCioUndocumented parameter from the OpenJpeg Library.
_ui32ValueUndocumented parameter from the OpenJpeg Library.
static LSVOID LSE_CALL lsi::CJpt::ReInitMsgHeader ( opj_jpt_msg_header_t _pjmhHeader) [static, protected]

Re-initialize the value of the message header structure. Only parameters always present in message header.

Parameters:
_pjmhHeaderUndocumented parameter from the OpenJpeg Library.

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