Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c11446 JPEG_SUPPORTCMYK_PARAM CMYKRGB; in MApi_JPEG_SupportCMYK() local
11447 memset(&CMYKRGB , 0 ,sizeof(JPEG_SUPPORTCMYK_PARAM)); in MApi_JPEG_SupportCMYK()
11449 CMYKRGB.bEnable = bEnable; in MApi_JPEG_SupportCMYK()
11450 … if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SupportCMYK, (void*)(&CMYKRGB)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_SupportCMYK()
11457 return CMYKRGB.retVal; in MApi_JPEG_SupportCMYK()
11481 JPEG_SUPPORTCMYK_PARAM CMYKRGB; in MApi_JPEG_SupportRGB() local
11482 memset(&CMYKRGB , 0 ,sizeof(JPEG_SUPPORTCMYK_PARAM)); in MApi_JPEG_SupportRGB()
11484 CMYKRGB.bEnable = bEnable; in MApi_JPEG_SupportRGB()
11485 … if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SupportRGB, (void*)(&CMYKRGB)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_SupportRGB()
11492 return CMYKRGB.retVal; in MApi_JPEG_SupportRGB()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c11528 JPEG_SUPPORTCMYK_PARAM CMYKRGB; in MApi_JPEG_SupportCMYK() local
11529 memset(&CMYKRGB , 0 ,sizeof(JPEG_SUPPORTCMYK_PARAM)); in MApi_JPEG_SupportCMYK()
11531 CMYKRGB.bEnable = bEnable; in MApi_JPEG_SupportCMYK()
11532 … if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SupportCMYK, (void*)(&CMYKRGB)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_SupportCMYK()
11539 return CMYKRGB.retVal; in MApi_JPEG_SupportCMYK()
11565 JPEG_SUPPORTCMYK_PARAM CMYKRGB; in MApi_JPEG_SupportRGB() local
11566 memset(&CMYKRGB , 0 ,sizeof(JPEG_SUPPORTCMYK_PARAM)); in MApi_JPEG_SupportRGB()
11568 CMYKRGB.bEnable = bEnable; in MApi_JPEG_SupportRGB()
11569 … if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SupportRGB, (void*)(&CMYKRGB)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_SupportRGB()
11576 return CMYKRGB.retVal; in MApi_JPEG_SupportRGB()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c12873 JPEG_SUPPORTCMYK_PARAM CMYKRGB; in MApi_JPEG_SupportCMYK() local
12874 memset(&CMYKRGB , 0 ,sizeof(JPEG_SUPPORTCMYK_PARAM)); in MApi_JPEG_SupportCMYK()
12876 CMYKRGB.bEnable = bEnable; in MApi_JPEG_SupportCMYK()
12877 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SupportCMYK, (void*)(&CMYKRGB)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_SupportCMYK()
12884 return CMYKRGB.retVal; in MApi_JPEG_SupportCMYK()
12909 JPEG_SUPPORTCMYK_PARAM CMYKRGB; in MApi_JPEG_SupportRGB() local
12910 memset(&CMYKRGB , 0 ,sizeof(JPEG_SUPPORTCMYK_PARAM)); in MApi_JPEG_SupportRGB()
12912 CMYKRGB.bEnable = bEnable; in MApi_JPEG_SupportRGB()
12913 … if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SupportRGB, (void*)(&CMYKRGB)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_SupportRGB()
12920 return CMYKRGB.retVal; in MApi_JPEG_SupportRGB()