Home
last modified time | relevance | path

Searched refs:opj_codestream_index_t (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dj2k.h585 opj_codestream_index_t *cstr_index;
669 void j2k_destroy_cstr_index (opj_codestream_index_t *p_cstr_ind);
787 opj_codestream_index_t* j2k_get_cstr_index(opj_j2k_t* p_j2k);
Dt2.h111 opj_codestream_index_t *cstr_info,
Dopenjpeg.c181 l_codec->opj_get_codec_index = (opj_codestream_index_t* (*) (void*) ) j2k_get_cstr_index; in opj_create_decompress()
257 l_codec->opj_get_codec_index = (opj_codestream_index_t* (*) (void*) ) jp2_get_cstr_index; in opj_create_decompress()
901 opj_codestream_index_t * OPJ_CALLCONV opj_get_cstr_index(opj_codec_t *p_codec) in opj_get_cstr_index()
912 void OPJ_CALLCONV opj_destroy_cstr_index(opj_codestream_index_t **p_cstr_index) in opj_destroy_cstr_index()
Dopj_codec.h159 opj_codestream_index_t* (*opj_get_codec_index)(void* p_codec);
Dopenjpeg.h1016 }opj_codestream_index_t; typedef
1513 OPJ_API opj_codestream_index_t * OPJ_CALLCONV opj_get_cstr_index(opj_codec_t *p_codec);
1515 OPJ_API void OPJ_CALLCONV opj_destroy_cstr_index(opj_codestream_index_t **p_cstr_index);
Dtcd.h322 opj_codestream_index_t *cstr_info,
Djp2.h475 opj_codestream_index_t* jp2_get_cstr_index(opj_jp2_t* p_jp2);
Dj2k.c947 static OPJ_BOOL opj_j2k_add_mhmarker(opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T…
956 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UIN…
1201 static opj_codestream_index_t* opj_j2k_create_cstr_index(void);
4318 opj_codestream_index_t * l_cstr_index = 00; in opj_j2k_read_sod()
4965 opj_codestream_index_t * l_cstr_index = 00; in opj_j2k_write_epc()
6656 static OPJ_BOOL opj_j2k_add_mhmarker(opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T… in opj_j2k_add_mhmarker()
6684 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UIN… in opj_j2k_add_tlmarker()
7527 void j2k_destroy_cstr_index (opj_codestream_index_t *p_cstr_ind) in j2k_destroy_cstr_index()
8628 static opj_codestream_index_t* opj_j2k_create_cstr_index(void) in opj_j2k_create_cstr_index()
8630 opj_codestream_index_t* cstr_index = (opj_codestream_index_t*) in opj_j2k_create_cstr_index()
[all …]
Dtcd.c149 opj_codestream_index_t *p_cstr_index,
1296 opj_codestream_index_t *p_cstr_index, in opj_tcd_decode_tile()
1580 opj_codestream_index_t *p_cstr_index, in opj_tcd_t2_decode()
Dt2.c353 opj_codestream_index_t *p_cstr_index, in opj_t2_decode_packets()
Djp2.c2981 opj_codestream_index_t* jp2_get_cstr_index(opj_jp2_t* p_jp2) in jp2_get_cstr_index()
/external/ImageMagick/coders/
Djp2.c270 opj_codestream_index_t in ReadJP2Image()
271 *codestream_index = (opj_codestream_index_t *) NULL; in ReadJP2Image()