Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:p_id

409  * @param   p_id    the id of the handler to fetch.
414 OPJ_UINT32 p_id);
419 * @param p_id the id of the handler to fetch.
423 static const opj_jp2_header_handler_t * opj_jp2_find_handler(OPJ_UINT32 p_id);
2505 static const opj_jp2_header_handler_t * opj_jp2_find_handler(OPJ_UINT32 p_id)
2511 if (jp2_header[i].id == p_id) {
2521 * @param p_id the id of the handler to fetch.
2526 OPJ_UINT32 p_id)
2531 if (jp2_img_header[i].id == p_id) {