Searched refs:pSetWindow (Results 1 – 2 of 2) sorted by relevance
679 DIP_SET_WINDOW* pSetWindow = NULL; in MApi_XC_DIP_SetWindow() local701 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()
100 DIP_SET_WINDOW* pSetWindow = NULL; in DIPIoctl() local230 pSetWindow = (DIP_SET_WINDOW*)pArgs; in DIPIoctl()232 …MDrv_XC_DIP_SetWindow(pInstance,&(pSetWindow->WinInfo), pSetWindow->u32DataLen, pSetWindow->eWindo… in DIPIoctl()