Lines Matching refs:pCBFmtInfo
2740 GOP_CBFmtInfo* pCBFmtInfo=NULL; in MApi_GOP_GWIN_Switch2Gwin() local
2743 pCBFmtInfo = (PGOP_CBFmtInfo)malloc(sizeof(GOP_CBFmtInfo)); in MApi_GOP_GWIN_Switch2Gwin()
2746 ioctl_info.pSet = (MS_U32*)pCBFmtInfo; in MApi_GOP_GWIN_Switch2Gwin()
2752 free(pCBFmtInfo); in MApi_GOP_GWIN_Switch2Gwin()
2756 free(pCBFmtInfo); in MApi_GOP_GWIN_Switch2Gwin()
2992 GOP_CBFmtInfo* pCBFmtInfo=NULL; in MApi_GOP_GWIN_SwitchGOP() local
2995 pCBFmtInfo = (PGOP_CBFmtInfo)malloc(sizeof(GOP_CBFmtInfo)); in MApi_GOP_GWIN_SwitchGOP()
2998 ioctl_info.pinfo = (MS_U32*)pCBFmtInfo; in MApi_GOP_GWIN_SwitchGOP()
3003 free(pCBFmtInfo); in MApi_GOP_GWIN_SwitchGOP()
3007 free(pCBFmtInfo); in MApi_GOP_GWIN_SwitchGOP()
5075 GOP_CBFmtInfo* pCBFmtInfo=NULL; in MApi_GOP_GWIN_Switch2_32FB() local
5078 pCBFmtInfo = (PGOP_CBFmtInfo)malloc(sizeof(GOP_CBFmtInfo)); in MApi_GOP_GWIN_Switch2_32FB()
5079 memset(pCBFmtInfo, 0x0, sizeof(GOP_CBFmtInfo)); in MApi_GOP_GWIN_Switch2_32FB()
5083 ioctl_info.pinfo = (MS_U32*)pCBFmtInfo; in MApi_GOP_GWIN_Switch2_32FB()
5089 free(pCBFmtInfo); in MApi_GOP_GWIN_Switch2_32FB()
5092 fpSetFBFmt(pCBFmtInfo->u16Pitch,pCBFmtInfo->u64Addr,pCBFmtInfo->u16Fmt); in MApi_GOP_GWIN_Switch2_32FB()
5094 free(pCBFmtInfo); in MApi_GOP_GWIN_Switch2_32FB()