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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp709 RTRECTSIZE pinnedSize = {0}; local
710 Status = vboxVidPnQueryPinnedTargetMode(hVidPn, pVidPnInterface, VidPnTargetId, &pinnedSize);
717 if (pinnedSize.cx)
719 Assert(CrSaContains(pSupportedModes, CR_RSIZE2U64(pinnedSize)));
724 int rc = CrSaAdd(&aModes[VidPnTargetId], CR_RSIZE2U64(pinnedSize));
735 int rc = CrSaAdd(&aModes[VidPnTargetId], CR_RSIZE2U64(pinnedSize));
747 Status = vboxVidPnQueryPinnedSourceMode(hVidPn, pVidPnInterface, VidPnSourceId, &pinnedSize);
754 if (pinnedSize.cx)
759 if (CrSaContains(pSupportedModes, CR_RSIZE2U64(pinnedSize)))
761 int rc = CrSaAdd(&aModes[VidPnTargetId], CR_RSIZE2U64(pinnedSize));
994 RTRECTSIZE pinnedSize = {0}; local
[all...]

Completed in 335 milliseconds