OpenJPEG 1.5.1
jpt.c File Reference
#include "opj_includes.h"

Functions

unsigned int jpt_read_VBAS_info (opj_cio_t *cio, unsigned int value)
 
void jpt_init_msg_header (opj_jpt_msg_header_t *header)
 Initialize the value of the message header structure.
 
void jpt_reinit_msg_header (opj_jpt_msg_header_t *header)
 
void jpt_read_msg_header (opj_common_ptr cinfo, opj_cio_t *cio, opj_jpt_msg_header_t *header)
 Read the message header for a JPP/JPT - stream.
 

Function Documentation

◆ jpt_init_msg_header()

void jpt_init_msg_header ( opj_jpt_msg_header_t * header)

◆ jpt_read_msg_header()

void jpt_read_msg_header ( opj_common_ptr cinfo,
opj_cio_t * cio,
opj_jpt_msg_header_t * header )

◆ jpt_read_VBAS_info()

unsigned int jpt_read_VBAS_info ( opj_cio_t * cio,
unsigned int value )

References cio_read().

Referenced by jpt_read_msg_header().

◆ jpt_reinit_msg_header()