Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c10905 JPEG_GETLIBVER_PARAM eLIBVER; in MApi_JPEG_GetLibVer() local
10906 memset(&eLIBVER , 0 ,sizeof(JPEG_GETLIBVER_PARAM)); in MApi_JPEG_GetLibVer()
10907 eLIBVER.ppVersion = ppVersion; in MApi_JPEG_GetLibVer()
10909 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetLibVer, (void*)(&eLIBVER)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_GetLibVer()
10913 return eLIBVER.retVal; in MApi_JPEG_GetLibVer()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c10985 JPEG_GETLIBVER_PARAM eLIBVER; in MApi_JPEG_GetLibVer() local
10986 memset(&eLIBVER , 0 ,sizeof(JPEG_GETLIBVER_PARAM)); in MApi_JPEG_GetLibVer()
10987 eLIBVER.ppVersion = ppVersion; in MApi_JPEG_GetLibVer()
10989 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetLibVer, (void*)(&eLIBVER)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_GetLibVer()
10993 return eLIBVER.retVal; in MApi_JPEG_GetLibVer()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c12248 JPEG_GETLIBVER_PARAM eLIBVER; in MApi_JPEG_GetLibVer() local
12249 memset(&eLIBVER , 0 ,sizeof(JPEG_GETLIBVER_PARAM)); in MApi_JPEG_GetLibVer()
12250 eLIBVER.ppVersion = ppVersion; in MApi_JPEG_GetLibVer()
12252 … if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_GetLibVer, (void*)(&eLIBVER)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_GetLibVer()
12256 return eLIBVER.retVal; in MApi_JPEG_GetLibVer()