Home
last modified time | relevance | path

Searched refs:opj_jp2_header_handler_t (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Djp2.c389 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
398 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
400 const opj_jp2_header_handler_t jp2_header [] =
407 const opj_jp2_header_handler_t jp2_img_header [] =
1992 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_header_procedure()
2163 const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) in opj_jp2_find_handler()
2165 OPJ_UINT32 i, l_handler_size = sizeof(jp2_header) / sizeof(opj_jp2_header_handler_t); in opj_jp2_find_handler()
2182 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) in opj_jp2_img_find_handler()
2184 OPJ_UINT32 i, l_handler_size = sizeof(jp2_img_header) / sizeof(opj_jp2_header_handler_t); in opj_jp2_img_find_handler()
2365 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_jp2h()
Djp2.h220 opj_jp2_header_handler_t; typedef