Searched refs:p_cstr_ind (Results 1 – 2 of 2) sorted by relevance
669 void j2k_destroy_cstr_index(opj_codestream_index_t *p_cstr_ind);
8332 void j2k_destroy_cstr_index(opj_codestream_index_t *p_cstr_ind) in j2k_destroy_cstr_index() argument8334 if (p_cstr_ind) { in j2k_destroy_cstr_index()8336 if (p_cstr_ind->marker) { in j2k_destroy_cstr_index()8337 opj_free(p_cstr_ind->marker); in j2k_destroy_cstr_index()8338 p_cstr_ind->marker = NULL; in j2k_destroy_cstr_index()8341 if (p_cstr_ind->tile_index) { in j2k_destroy_cstr_index()8344 for (it_tile = 0; it_tile < p_cstr_ind->nb_of_tiles; it_tile++) { in j2k_destroy_cstr_index()8346 if (p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()8347 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()8348 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()[all …]