|
"L. Spiro Engine"
|
JPT-stream reader (JPEG 2000, JPIP). More...
#include <LSIJpt.h>
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) |
JPT-stream reader (JPEG 2000, JPIP).
Class CJpt Description: JPT-stream reader (JPEG 2000, JPIP).
| typedef struct lsi::CJpt::opj_jpt_msg_header_t * lsi::CJpt::LPopj_jpt_msg_header_t |
Message Header JPT stream structure
| 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.
| _pjmhHeader | Message 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.
| _cpInfo | Codec context info. |
| _pcCio | CIO handle. |
| _pjmhHeader | Message 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.
| _pcCio | Undocumented parameter from the OpenJpeg Library. |
| _ui32Value | Undocumented 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.
| _pjmhHeader | Undocumented parameter from the OpenJpeg Library. |
1.7.3