Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c2070 GPD_GETCRCRESULT_PARAM CRCPara; in MApi_GPD_GetCRCResult() local
2071 memset(&CRCPara , 0 ,sizeof(GPD_GETCRCRESULT_PARAM)); in MApi_GPD_GetCRCResult()
2072 CRCPara.pu8Data = pu8Data; in MApi_GPD_GetCRCResult()
2073 CRCPara.u32Size = u32Size; in MApi_GPD_GetCRCResult()
2074 CRCPara.u32Width = u32Width; in MApi_GPD_GetCRCResult()
2075 CRCPara.ocolor = ocolor; in MApi_GPD_GetCRCResult()
2077 … if(UtopiaIoctl(pInstantGPD,MApi_CMD_GPD_GetCRCResult, (void*)(&CRCPara)) != UTOPIA_STATUS_SUCCESS) in MApi_GPD_GetCRCResult()
2082 return CRCPara.retVal; in MApi_GPD_GetCRCResult()