Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:p_id

385  * @param	p_id	the id of the handler to fetch.
389 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
394 * @param p_id the id of the handler to fetch.
398 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
2163 const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id)
2168 if (jp2_header[i].id == p_id) {
2178 * @param p_id the id of the handler to fetch.
2182 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id)
2187 if (jp2_img_header[i].id == p_id) {