Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_DWIN.c679 DIP_SET_WINDOW* pSetWindow = NULL; in MApi_XC_DIP_SetWindow() local
701 pSetWindow = (DIP_SET_WINDOW*)utopia_malloc(sizeof(DIP_SET_WINDOW)); in MApi_XC_DIP_SetWindow()
702 if (pSetWindow == NULL) in MApi_XC_DIP_SetWindow()
707 pSetWindow->u32DataLen = u32InitDataLen; in MApi_XC_DIP_SetWindow()
708 memcpy(&(pSetWindow->WinInfo),pstXC_SetWin_Info, sizeof(XC_SETWIN_INFO)); in MApi_XC_DIP_SetWindow()
709 pSetWindow->eWindow = eWindow; in MApi_XC_DIP_SetWindow()
710 …if(UtopiaIoctl(pInstantDip[eWindow],MDrv_CMD_DIP_SET_WINDOW,(void*)pSetWindow) != UTOPIA_STATUS_SU… in MApi_XC_DIP_SetWindow()
713 utopia_free(pSetWindow); in MApi_XC_DIP_SetWindow()
716 pstXC_SetWin_Info->u16PreHCusScalingDst=pSetWindow->WinInfo.u16PreHCusScalingDst; in MApi_XC_DIP_SetWindow()
717 utopia_free(pSetWindow); in MApi_XC_DIP_SetWindow()
H A DapiXC_DWIN_v2.c100 DIP_SET_WINDOW* pSetWindow = NULL; in DIPIoctl() local
230 pSetWindow = (DIP_SET_WINDOW*)pArgs; in DIPIoctl()
232 …MDrv_XC_DIP_SetWindow(pInstance,&(pSetWindow->WinInfo), pSetWindow->u32DataLen, pSetWindow->eWindo… in DIPIoctl()