Searched defs:p_cstr_ind (Results 1 - 1 of 1) sorted by relevance

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

Completed in 79 milliseconds