Searched refs:opj_jp2_header_handler_t (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 );413 static const opj_jp2_header_handler_t jp2_header [] =420 static const opj_jp2_header_handler_t jp2_img_header [] =2111 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_header_procedure()2112 const opj_jp2_header_handler_t * l_current_handler_misplaced; in opj_jp2_read_header_procedure()2304 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) in opj_jp2_find_handler()2306 OPJ_UINT32 i, l_handler_size = sizeof(jp2_header) / sizeof(opj_jp2_header_handler_t); 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()2325 OPJ_UINT32 i, l_handler_size = sizeof(jp2_img_header) / sizeof(opj_jp2_header_handler_t); in opj_jp2_img_find_handler()[all …]
220 opj_jp2_header_handler_t; typedef