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.c994 void OPJ_CALLCONV opj_destroy_cstr_index(opj_codestream_index_t **p_cstr_index) in opj_destroy_cstr_index() argument
996 if (*p_cstr_index) { in opj_destroy_cstr_index()
997 j2k_destroy_cstr_index(*p_cstr_index); in opj_destroy_cstr_index()
998 (*p_cstr_index) = NULL; in opj_destroy_cstr_index()
Dt2.c380 opj_codestream_index_t *p_cstr_index, in opj_t2_decode_packets() argument
399 OPJ_ARG_NOT_USED(p_cstr_index); in opj_t2_decode_packets()
402 if (p_cstr_index) { in opj_t2_decode_packets()
403 l_pack_info = p_cstr_index->tile_index[p_tile_no].packet; in opj_t2_decode_packets()
Dtcd.c158 opj_codestream_index_t *p_cstr_index,
1461 opj_codestream_index_t *p_cstr_index, in opj_tcd_decode_tile() argument
1619 if (! opj_tcd_t2_decode(p_tcd, p_src, &l_data_read, p_max_length, p_cstr_index, in opj_tcd_decode_tile()
1919 opj_codestream_index_t *p_cstr_index, in opj_tcd_t2_decode() argument
1938 p_cstr_index, in opj_tcd_t2_decode()
Dopenjpeg.h1626 **p_cstr_index);