Searched refs:pDwinCap (Results 1 – 3 of 3) sorted by relevance
1567 void Mdrv_GOP_GetDWinCapability(MS_GOP_CTX_LOCAL*pGOPCtx, PDRV_GOP_DWIN_CAP pDwinCap);
6928 void Mdrv_GOP_GetDWinCapability(MS_GOP_CTX_LOCAL*pGOPCtx, PDRV_GOP_DWIN_CAP pDwinCap) in Mdrv_GOP_GetDWinCapability() argument6930 pDwinCap->bSupportWindowDECapture = DWIN_SUPPORT_WINDOWDE_CAPTURE; in Mdrv_GOP_GetDWinCapability()6931 pDwinCap->bSupportOSDCapture = DWIN_SUPPORT_OSD_CAPTURE; in Mdrv_GOP_GetDWinCapability()
6827 PGOP_DWIN_CAP pDwinCap; in Ioctl_GOP_GetCaps() local6828 pDwinCap = (PGOP_DWIN_CAP)pRet; in Ioctl_GOP_GetCaps()6829 Mdrv_GOP_GetDWinCapability(g_pGOPCtxLocal, (PDRV_GOP_DWIN_CAP)pDwinCap); in Ioctl_GOP_GetCaps()