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.c8345 void j2k_destroy_cstr_index(opj_codestream_index_t *p_cstr_ind) in j2k_destroy_cstr_index() argument
8347 if (p_cstr_ind) { in j2k_destroy_cstr_index()
8349 if (p_cstr_ind->marker) { in j2k_destroy_cstr_index()
8350 opj_free(p_cstr_ind->marker); in j2k_destroy_cstr_index()
8351 p_cstr_ind->marker = NULL; in j2k_destroy_cstr_index()
8354 if (p_cstr_ind->tile_index) { in j2k_destroy_cstr_index()
8357 for (it_tile = 0; it_tile < p_cstr_ind->nb_of_tiles; it_tile++) { in j2k_destroy_cstr_index()
8359 if (p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()
8360 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()
8361 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()
[all …]