Searched refs:OPJ_CODEC_JP2 (Results 1 – 4 of 4) sorted by relevance
266 case OPJ_CODEC_JP2: in opj_create_decompress()663 case OPJ_CODEC_JP2: in opj_create_compress()
296 OPJ_CODEC_JP2 = 2, /**< JP2 file format : read/write */ enumerator
321 jp2_codec=opj_create_decompress(OPJ_CODEC_JP2); in ReadJP2Image()1071 jp2_codec=opj_create_compress(OPJ_CODEC_JP2); in WriteJP2Image()
467 m_Codec = opj_create_decompress(OPJ_CODEC_JP2); in Init()