Home
last modified time | relevance | path

Searched refs:p_cstr_index (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.c912 void OPJ_CALLCONV opj_destroy_cstr_index(opj_codestream_index_t **p_cstr_index) in opj_destroy_cstr_index() argument
914 if (*p_cstr_index){ in opj_destroy_cstr_index()
915 j2k_destroy_cstr_index(*p_cstr_index); in opj_destroy_cstr_index()
916 (*p_cstr_index) = NULL; in opj_destroy_cstr_index()
Dt2.c353 opj_codestream_index_t *p_cstr_index, in opj_t2_decode_packets() argument
372 OPJ_ARG_NOT_USED(p_cstr_index); in opj_t2_decode_packets()
375 if (p_cstr_index) { in opj_t2_decode_packets()
376 l_pack_info = p_cstr_index->tile_index[p_tile_no].packet; in opj_t2_decode_packets()
Dtcd.c149 opj_codestream_index_t *p_cstr_index,
1296 opj_codestream_index_t *p_cstr_index, in opj_tcd_decode_tile() argument
1330 if (! opj_tcd_t2_decode(p_tcd, p_src, &l_data_read, p_max_length, p_cstr_index, p_manager)) in opj_tcd_decode_tile()
1580 opj_codestream_index_t *p_cstr_index, in opj_tcd_t2_decode() argument
1598 p_cstr_index, in opj_tcd_t2_decode()
Dopenjpeg.h1515 OPJ_API void OPJ_CALLCONV opj_destroy_cstr_index(opj_codestream_index_t **p_cstr_index);