OpenJPEG  1.5.1
Data Fields
opj_cio Struct Reference

Byte input-output stream (CIO) More...

#include <openjpeg.h>

Data Fields

opj_common_ptr cinfo
 codec context More...
 
int openmode
 open mode (read/write) either OPJ_STREAM_READ or OPJ_STREAM_WRITE More...
 
unsigned char * buffer
 pointer to the start of the buffer More...
 
int length
 buffer size in bytes More...
 
unsigned char * start
 pointer to the start of the stream More...
 
unsigned char * end
 pointer to the end of the stream More...
 
unsigned char * bp
 pointer to the current position More...
 

Detailed Description

Byte input-output stream (CIO)

Field Documentation

unsigned char* opj_cio::bp
unsigned char* opj_cio::buffer

pointer to the start of the buffer

Referenced by jpwl_dump_marks(), opj_cio_close(), and opj_cio_open().

opj_common_ptr opj_cio::cinfo
unsigned char* opj_cio::end
int opj_cio::length

buffer size in bytes

Referenced by jpwl_correct(), jpwl_dump_marks(), and opj_cio_open().

int opj_cio::openmode

open mode (read/write) either OPJ_STREAM_READ or OPJ_STREAM_WRITE

Referenced by jpwl_dump_marks(), opj_cio_close(), and opj_cio_open().

unsigned char* opj_cio::start

pointer to the start of the stream

Referenced by cio_bytein(), cio_byteout(), cio_seek(), cio_skip(), cio_tell(), jpwl_dump_marks(), and opj_cio_open().


The documentation for this struct was generated from the following file: