Home
last modified time | relevance | path

Searched refs:opj_create_decompress (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/coders/
Djp2.c316 jp2_codec=opj_create_decompress(OPJ_CODEC_JPT); in ReadJP2Image()
319 jp2_codec=opj_create_decompress(OPJ_CODEC_J2K); in ReadJP2Image()
321 jp2_codec=opj_create_decompress(OPJ_CODEC_JP2); in ReadJP2Image()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp467 m_Codec = opj_create_decompress(OPJ_CODEC_JP2); in Init()
470 m_Codec = opj_create_decompress(OPJ_CODEC_J2K); in Init()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h1273 OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_decompress(
Dopenjpeg.c168 opj_codec_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT p_format) in opj_create_decompress() function