Searched refs:pUserDvdPort (Results 1 – 1 of 1) sorted by relevance
920 DDHAL_DDVIDEOPORTCALLBACKS* pUserDvdPort = (DDHAL_DDVIDEOPORTCALLBACKS *)pData->lpvData; in DdGetDriverInfo() local934 pUserDvdPort->dwSize = DDVIDEOPORTCALLBACKSSIZE; in DdGetDriverInfo()935 pUserDvdPort->dwFlags = pDrvInfoData.dwFlags = 0; in DdGetDriverInfo()943 pUserDvdPort->CreateVideoPort = (LPDDHALVPORTCB_CREATEVIDEOPORT) DvpCreateVideoPort; in DdGetDriverInfo()944 pUserDvdPort->FlipVideoPort = (LPDDHALVPORTCB_FLIP) DvpFlipVideoPort; in DdGetDriverInfo()945 pUserDvdPort->DestroyVideoPort = (LPDDHALVPORTCB_DESTROYVPORT) DvpDestroyVideoPort; in DdGetDriverInfo()946 pUserDvdPort->UpdateVideoPort = (LPDDHALVPORTCB_UPDATE) DvpUpdateVideoPort; in DdGetDriverInfo()970 pUserDvdPort->GetVideoPortField = (LPDDHALVPORTCB_GETFIELD) DvpGetVideoPortField; in DdGetDriverInfo()975 pUserDvdPort->GetVideoPortLine = (LPDDHALVPORTCB_GETLINE) DvpGetVideoPortLine; in DdGetDriverInfo()990 … pUserDvdPort->WaitForVideoPortSync = (LPDDHALVPORTCB_WAITFORSYNC) DvpWaitForVideoPortSync; in DdGetDriverInfo()[all …]