Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djp2.c921 jp2_colorspace=OPJ_CLRSPC_GRAY; in WriteJP2Image()
963 if ((channels == 2) && (jp2_colorspace == OPJ_CLRSPC_GRAY)) in WriteJP2Image()
996 if (jp2_colorspace == OPJ_CLRSPC_GRAY) in WriteJP2Image()
1006 if (jp2_colorspace == OPJ_CLRSPC_GRAY) in WriteJP2Image()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp441 img->color_space = OPJ_CLRSPC_GRAY; in color_sycc_to_rgb()
792 image->color_space = OPJ_CLRSPC_GRAY; in Init()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h283 OPJ_CLRSPC_GRAY = 2, /**< grayscale */ enumerator
Djp2.c1516 p_image->color_space = OPJ_CLRSPC_GRAY; in opj_jp2_decode()
2892 p_image->color_space = OPJ_CLRSPC_GRAY; in opj_jp2_get_tile()