Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djp2.c318 jp2_codec=opj_create_decompress(OPJ_CODEC_JPT); in ReadJP2Image()
321 jp2_codec=opj_create_decompress(OPJ_CODEC_J2K); in ReadJP2Image()
323 jp2_codec=opj_create_decompress(OPJ_CODEC_JP2); in ReadJP2Image()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp745 l_codec = opj_create_decompress(OPJ_CODEC_JP2); in Init()
748 l_codec = opj_create_decompress(OPJ_CODEC_J2K); in Init()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h1232 OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT format);
Dopenjpeg.c164 opj_codec_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT p_format) in opj_create_decompress() function