OpenJPEG
2.2.0
|
Modification of jpip.h from 2KAN indexer. More...
#include "openjpeg.h"
Go to the source code of this file.
Functions | |
int | opj_write_cidx (int offset, opj_stream_private_t *cio, opj_codestream_info_t cstr_info, int j2klen, opj_event_mgr_t *p_manager) |
OPJ_BOOL | opj_check_EPHuse (int coff, opj_marker_info_t *markers, int marknum, opj_stream_private_t *cio, opj_event_mgr_t *p_manager) |
Modification of jpip.h from 2KAN indexer.
OPJ_BOOL opj_check_EPHuse | ( | int | coff, |
opj_marker_info_t * | markers, | ||
int | marknum, | ||
opj_stream_private_t * | cio, | ||
opj_event_mgr_t * | p_manager | ||
) |
References J2K_MS_COD, OPJ_FALSE, opj_read_bytes, opj_stream_read_data(), opj_stream_seek(), opj_stream_tell(), and OPJ_TRUE.
Referenced by opj_write_cidx().
int opj_write_cidx | ( | int | offset, |
opj_stream_private_t * | cio, | ||
opj_codestream_info_t | cstr_info, | ||
int | j2klen, | ||
opj_event_mgr_t * | p_manager | ||
) |
References opj_codestream_info::codestream_size, JPIP_CIDX, JPIP_MHIX, JPIP_PHIX, JPIP_PPIX, JPIP_THIX, JPIP_TPIX, opj_jp2_box::length, opj_codestream_info::marker, opj_codestream_info::marknum, opj_calloc(), opj_check_EPHuse(), opj_free(), opj_stream_seek(), opj_stream_skip(), opj_stream_tell(), opj_stream_write_data(), opj_write_bytes, opj_write_cptr(), opj_write_mainmhix(), opj_write_manf(), opj_write_phix(), opj_write_ppix(), opj_write_thix(), opj_write_tpix(), and opj_jp2_box::type.