Searched refs:p_id (Results 1 – 2 of 2) sorted by relevance
402 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);411 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );2304 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) in opj_jp2_find_handler() argument2309 if (jp2_header[i].id == p_id) { in opj_jp2_find_handler()2323 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) in opj_jp2_img_find_handler() argument2328 if (jp2_img_header[i].id == p_id) { in opj_jp2_img_find_handler()
192 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id);7453 static const opj_dec_memory_marker_handler_t * opj_j2k_get_marker_handler (OPJ_UINT32 p_id) in opj_j2k_get_marker_handler() argument7457 if (e->id == p_id) { in opj_j2k_get_marker_handler()