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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.c1147 * @param p_nb_tiles pointer that will hold the number of tile parts.
1157 OPJ_UINT32 * p_nb_tiles,
1651 OPJ_UINT32 * p_nb_tiles,
1661 assert(p_nb_tiles != 00);
1668 * p_nb_tiles = 0;
1685 *p_nb_tiles = *p_nb_tiles + tp_num;
1714 *p_nb_tiles = *p_nb_tiles + tp_num;
1649 opj_j2k_calculate_tp( opj_j2k_t *p_j2k, opj_cp_t *cp, OPJ_UINT32 * p_nb_tiles, opj_image_t *image, opj_event_mgr_t * p_manager ) argument

Completed in 215 milliseconds