Searched defs:AdjustedPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp1819 D3DKMDT_VIDPN_PRESENT_PATH AdjustedPath = {0}; local
1820 AdjustedPath.VidPnSourceId = pPath->VidPnSourceId;
1821 AdjustedPath.VidPnTargetId = pPath->VidPnTargetId;
1822 AdjustedPath.ContentTransformation = pPath->ContentTransformation;
1823 AdjustedPath.CopyProtection = pPath->CopyProtection;
1827 AdjustedPath.ContentTransformation.ScalingSupport.Identity = TRUE;
1833 AdjustedPath.ContentTransformation.RotationSupport.Identity = TRUE;
1839 Status = pVidPnTopologyInterface->pfnUpdatePathSupportInfo(hVidPnTopology, &AdjustedPath);

Completed in 54 milliseconds