Searched refs:OPJ_CODEC_JP2 (Results 1 – 4 of 4) sorted by relevance
251 case OPJ_CODEC_JP2: in opj_create_decompress()586 case OPJ_CODEC_JP2: in opj_create_compress()
296 OPJ_CODEC_JP2 = 2, /**< JP2 file format : read/write */ enumerator
323 jp2_codec=opj_create_decompress(OPJ_CODEC_JP2); in ReadJP2Image()1039 jp2_codec=opj_create_compress(OPJ_CODEC_JP2); in WriteJP2Image()
745 l_codec = opj_create_decompress(OPJ_CODEC_JP2); in Init()