Searched refs:opj_codestream_index_t (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | j2k.h | 585 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);
|
D | t2.h | 111 opj_codestream_index_t *cstr_info,
|
D | openjpeg.c | 181 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()
|
D | opj_codec.h | 159 opj_codestream_index_t* (*opj_get_codec_index)(void* p_codec);
|
D | openjpeg.h | 1016 }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);
|
D | tcd.h | 322 opj_codestream_index_t *cstr_info,
|
D | jp2.h | 475 opj_codestream_index_t* jp2_get_cstr_index(opj_jp2_t* p_jp2);
|
D | j2k.c | 947 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 …]
|
D | tcd.c | 149 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()
|
D | t2.c | 353 opj_codestream_index_t *p_cstr_index, in opj_t2_decode_packets()
|
D | jp2.c | 2981 opj_codestream_index_t* jp2_get_cstr_index(opj_jp2_t* p_jp2) in jp2_get_cstr_index()
|
/external/ImageMagick/coders/ |
D | jp2.c | 270 opj_codestream_index_t in ReadJP2Image() 271 *codestream_index = (opj_codestream_index_t *) NULL; in ReadJP2Image()
|