Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c11558 JPEG_GETMPOINDEX_PARAM eMPOIndex; in MApi_JPEG_GetMPOIndex() local
11559 memset(&eMPOIndex , 0 ,sizeof(JPEG_GETMPOINDEX_PARAM)); in MApi_JPEG_GetMPOIndex()
11560 eMPOIndex.ppMPOIndex = ppMPOIndex; in MApi_JPEG_GetMPOIndex()
11562 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetMPOIndex, (void*)(&eMPOIndex)) != UTOPIA_STATUS_SUCCES… in MApi_JPEG_GetMPOIndex()
11567 return eMPOIndex.bretVal; in MApi_JPEG_GetMPOIndex()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c11642 JPEG_GETMPOINDEX_PARAM eMPOIndex; in MApi_JPEG_GetMPOIndex() local
11643 memset(&eMPOIndex , 0 ,sizeof(JPEG_GETMPOINDEX_PARAM)); in MApi_JPEG_GetMPOIndex()
11644 eMPOIndex.ppMPOIndex = ppMPOIndex; in MApi_JPEG_GetMPOIndex()
11646 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetMPOIndex, (void*)(&eMPOIndex)) != UTOPIA_STATUS_SUCCES… in MApi_JPEG_GetMPOIndex()
11651 return eMPOIndex.bretVal; in MApi_JPEG_GetMPOIndex()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c12986 JPEG_GETMPOINDEX_PARAM eMPOIndex; in MApi_JPEG_GetMPOIndex() local
12987 memset(&eMPOIndex , 0 ,sizeof(JPEG_GETMPOINDEX_PARAM)); in MApi_JPEG_GetMPOIndex()
12988 eMPOIndex.pMPOIndex = &gNJPEGContext._stMPOIndex[gNJPEGContext.eNJPDNum]; in MApi_JPEG_GetMPOIndex()
12989 *ppMPOIndex = eMPOIndex.pMPOIndex; in MApi_JPEG_GetMPOIndex()
12992 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_GetMPOIndex, (void*)(&eMPOIndex)) != UTOPIA_STATUS_SUCCE… in MApi_JPEG_GetMPOIndex()
12997 return eMPOIndex.bretVal; in MApi_JPEG_GetMPOIndex()