Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp759 if (image->color_space != OPJ_CLRSPC_SYCC && image->numcomps == 3 && in Init()
761 image->color_space = OPJ_CLRSPC_SYCC; in Init()
765 if (image->color_space == OPJ_CLRSPC_SYCC) { in Init()
Dfx_codec_jpx_unittest.cpp494 img.color_space = OPJ_CLRSPC_SYCC; in TEST()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h284 OPJ_CLRSPC_SYCC = 3, /**< YUV */ enumerator
Djp2.c1503 p_image->color_space = OPJ_CLRSPC_SYCC; in opj_jp2_decode()
2879 p_image->color_space = OPJ_CLRSPC_SYCC; in opj_jp2_get_tile()