Definition at line 94 of file vil_openjpeg.cxx.
◆ vil_openjpeg_decoder()
| vil_openjpeg_decoder::vil_openjpeg_decoder |
( |
OPJ_CODEC_FORMAT |
opj_codec_format | ) |
|
◆ ~vil_openjpeg_decoder()
| vil_openjpeg_decoder::~vil_openjpeg_decoder |
( |
void |
| ) |
|
◆ decode()
| opj_image_t * vil_openjpeg_decoder::decode |
( |
void |
| ) |
|
◆ error()
| bool vil_openjpeg_decoder::error |
( |
void |
| ) |
const |
◆ header()
| const opj_header * vil_openjpeg_decoder::header |
( |
void |
| ) |
const |
◆ init_decoder()
| bool vil_openjpeg_decoder::init_decoder |
( |
unsigned int |
reduction | ) |
|
|
private |
◆ init_from_stream()
| bool vil_openjpeg_decoder::init_from_stream |
( |
unsigned int |
reduction, |
|
|
void * |
stream |
|
) |
| |
◆ init_stream()
| bool vil_openjpeg_decoder::init_stream |
( |
void * |
stream | ) |
|
|
private |
◆ opj_event_error()
| void vil_openjpeg_decoder::opj_event_error |
( |
const char * |
msg, |
|
|
void * |
data |
|
) |
| |
|
staticprivate |
◆ opj_event_info()
| void vil_openjpeg_decoder::opj_event_info |
( |
const char * |
msg, |
|
|
void * |
data |
|
) |
| |
|
staticprivate |
◆ opj_event_warning()
| void vil_openjpeg_decoder::opj_event_warning |
( |
const char * |
msg, |
|
|
void * |
data |
|
) |
| |
|
staticprivate |
◆ opj_vil_stream_read()
| vxl_uint_32 vil_openjpeg_decoder::opj_vil_stream_read |
( |
void * |
p_buffer, |
|
|
vxl_uint_32 |
p_nb_bytes, |
|
|
void * |
p_user_data |
|
) |
| |
|
staticprivate |
◆ opj_vil_stream_seek()
| bool vil_openjpeg_decoder::opj_vil_stream_seek |
( |
vxl_uint_32 |
p_nb_bytes, |
|
|
void * |
p_user_data |
|
) |
| |
|
staticprivate |
◆ opj_vil_stream_skip()
| vxl_uint_32 vil_openjpeg_decoder::opj_vil_stream_skip |
( |
vxl_uint_32 |
p_nb_bytes, |
|
|
void * |
p_user_data |
|
) |
| |
|
staticprivate |
◆ opj_vil_stream_write()
| vxl_uint_32 vil_openjpeg_decoder::opj_vil_stream_write |
( |
void * |
p_buffer, |
|
|
vxl_uint_32 |
p_nb_bytes, |
|
|
void * |
p_user_data |
|
) |
| |
|
staticprivate |
◆ read_header()
| bool vil_openjpeg_decoder::read_header |
( |
void |
| ) |
|
|
private |
◆ set_decode_area()
| bool vil_openjpeg_decoder::set_decode_area |
( |
unsigned int |
x, |
|
|
unsigned int |
y, |
|
|
unsigned int |
w, |
|
|
unsigned int |
h |
|
) |
| |
◆ silence()
| void vil_openjpeg_decoder::silence |
( |
void |
| ) |
|
◆ take_image()
| opj_image_t * vil_openjpeg_decoder::take_image |
( |
void |
| ) |
|
◆ codec_
| opj_codec_t* vil_openjpeg_decoder::codec_ |
|
private |
◆ error_
| bool vil_openjpeg_decoder::error_ |
|
private |
◆ header_
◆ image_
| opj_image_t* vil_openjpeg_decoder::image_ |
|
private |
◆ opj_codec_format_
| OPJ_CODEC_FORMAT vil_openjpeg_decoder::opj_codec_format_ |
|
private |
◆ params_
| opj_dparameters_t vil_openjpeg_decoder::params_ |
|
private |
◆ silent_
| bool vil_openjpeg_decoder::silent_ |
|
private |
◆ stream_
| opj_stream_t* vil_openjpeg_decoder::stream_ |
|
private |
The documentation for this class was generated from the following file: