Searched refs:opj_jp2_header_handler_t (Results 1 - 2 of 2) sorted by last modified time

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Djp2.c378 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
387 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
389 const opj_jp2_header_handler_t jp2_header [] =
396 const opj_jp2_header_handler_t jp2_img_header [] =
1839 const opj_jp2_header_handler_t * l_current_handler;
1996 const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id)
1998 OPJ_UINT32 i, l_handler_size = sizeof(jp2_header) / sizeof(opj_jp2_header_handler_t);
2015 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id)
2017 OPJ_UINT32 i, l_handler_size = sizeof(jp2_img_header) / sizeof(opj_jp2_header_handler_t);
2199 const opj_jp2_header_handler_t * l_current_handle
[all...]
H A Djp2.h220 opj_jp2_header_handler_t; typedef in typeref:struct:opj_jp2_header_handler

Completed in 71 milliseconds