Home
last modified time | relevance | path

Searched refs:pInstantJPD (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c134 void* pInstantJPD = NULL; variable
10048 if (pInstantJPD == NULL && bOnOff==TRUE) in MApi_JPEG_EnableOJPD()
10051 if(UtopiaOpen(MODULE_JPEG_EX, &pInstantJPD, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_EnableOJPD()
10058 if(pInstantJPD==NULL) in MApi_JPEG_EnableOJPD()
10061 UtopiaClose(pInstantJPD); in MApi_JPEG_EnableOJPD()
10068 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_EnableOJPD, (void*)(&bPARA)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_EnableOJPD()
10071 UtopiaClose(pInstantJPD); in MApi_JPEG_EnableOJPD()
10072 pInstantJPD = NULL; in MApi_JPEG_EnableOJPD()
10077 if(UtopiaClose(pInstantJPD) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_EnableOJPD()
10082 pInstantJPD = NULL; in MApi_JPEG_EnableOJPD()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c134 void* pInstantJPD = NULL; variable
10061 if(pInstantJPD==NULL) in msAPI_JPEG_get_APP0_info()
10073 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_get_APP0_info, (void*)(&App0Info)) != UTOPIA_STATUS_SUCCE… in msAPI_JPEG_get_APP0_info()
10085 if (pInstantJPD == NULL) in MApi_JPEG_Init()
10087 if(UtopiaOpen(MODULE_JPEG, &pInstantJPD, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Init()
10094 if(pInstantJPD==NULL) in MApi_JPEG_Init()
10097 UtopiaClose(pInstantJPD); in MApi_JPEG_Init()
10105 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_Init, (void*)(&InitPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Init()
10109 UtopiaClose(pInstantJPD); in MApi_JPEG_Init()
10110 pInstantJPD = NULL; in MApi_JPEG_Init()
[all …]