OpenJPEG  1.5.1
Functions
cidx_manager.c File Reference
#include "opj_includes.h"

Functions

void write_cptr (int coff, int clen, opj_cio_t *cio)
 
int write_mainmhix (int coff, opj_codestream_info_t cstr_info, opj_cio_t *cio)
 
opj_bool check_EPHuse (int coff, opj_marker_info_t *markers, int marknum, opj_cio_t *cio)
 
int write_cidx (int offset, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t cstr_info, int j2klen)
 
void write_manf (int second, int v, opj_jp2_box_t *box, opj_cio_t *cio)
 

Function Documentation

opj_bool check_EPHuse ( int  coff,
opj_marker_info_t markers,
int  marknum,
opj_cio_t cio 
)
int write_cidx ( int  offset,
opj_cio_t cio,
opj_image_t image,
opj_codestream_info_t  cstr_info,
int  j2klen 
)
void write_cptr ( int  coff,
int  clen,
opj_cio_t cio 
)

References cio_seek(), cio_skip(), cio_tell(), cio_write(), and JPIP_CPTR.

Referenced by write_cidx().

int write_mainmhix ( int  coff,
opj_codestream_info_t  cstr_info,
opj_cio_t cio 
)
void write_manf ( int  second,
int  v,
opj_jp2_box_t box,
opj_cio_t cio 
)