Home
last modified time | relevance | path

Searched refs:pSupportCMYK (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG_v2.c206 PJPEG_SUPPORTCMYK_PARAM pSupportCMYK = NULL; in JPEGIoctl() local
452 pSupportCMYK = (PJPEG_SUPPORTCMYK_PARAM)pArgs; in JPEGIoctl()
453 pSupportCMYK->retVal = psJPEG_InstPri->fpJPEGSupportCMYK(pSupportCMYK->bEnable); in JPEGIoctl()
456 pSupportCMYK = (PJPEG_SUPPORTCMYK_PARAM)pArgs; in JPEGIoctl()
457 pSupportCMYK->retVal = psJPEG_InstPri->fpJPEGSupportRGB(pSupportCMYK->bEnable); in JPEGIoctl()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG_v2.c220 PJPEG_SUPPORTCMYK_PARAM pSupportCMYK = NULL; in JPEGIoctl() local
466 pSupportCMYK = (PJPEG_SUPPORTCMYK_PARAM)pArgs; in JPEGIoctl()
467 pSupportCMYK->retVal = psJPEG_InstPri->fpJPEGSupportCMYK(pSupportCMYK->bEnable); in JPEGIoctl()
470 pSupportCMYK = (PJPEG_SUPPORTCMYK_PARAM)pArgs; in JPEGIoctl()
471 pSupportCMYK->retVal = psJPEG_InstPri->fpJPEGSupportRGB(pSupportCMYK->bEnable); in JPEGIoctl()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_v2.c287 PJPEG_SUPPORTCMYK_PARAM pSupportCMYK = NULL; in JPEGIoctl() local
538 pSupportCMYK = (PJPEG_SUPPORTCMYK_PARAM)pArgs; in JPEGIoctl()
539 pSupportCMYK->retVal = psJPEG_InstPri->fpJPEGSupportCMYK(pSupportCMYK->bEnable); in JPEGIoctl()
542 pSupportCMYK = (PJPEG_SUPPORTCMYK_PARAM)pArgs; in JPEGIoctl()
543 pSupportCMYK->retVal = psJPEG_InstPri->fpJPEGSupportRGB(pSupportCMYK->bEnable); in JPEGIoctl()