Home
last modified time | relevance | path

Searched refs:p_cstr_ind (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dj2k.h669 void j2k_destroy_cstr_index (opj_codestream_index_t *p_cstr_ind);
Dj2k.c7527 void j2k_destroy_cstr_index (opj_codestream_index_t *p_cstr_ind) in j2k_destroy_cstr_index() argument
7529 if (p_cstr_ind) { in j2k_destroy_cstr_index()
7531 if (p_cstr_ind->marker) { in j2k_destroy_cstr_index()
7532 opj_free(p_cstr_ind->marker); in j2k_destroy_cstr_index()
7533 p_cstr_ind->marker = NULL; in j2k_destroy_cstr_index()
7536 if (p_cstr_ind->tile_index) { in j2k_destroy_cstr_index()
7539 for (it_tile=0; it_tile < p_cstr_ind->nb_of_tiles; it_tile++) { in j2k_destroy_cstr_index()
7541 if(p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()
7542 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()
7543 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()
[all …]