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

/vbox/src/VBox/Additions/WINNT/include/
H A DVBoxDisplay.h91 VBOXWDDM_RECOMMENDVIDPN_SOURCE aSources[VBOX_VIDEO_MAX_SCREENS]; member in struct:__anon2042
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPDevExt.h167 VBOXWDDM_SOURCE aSources[VBOX_VIDEO_MAX_SCREENS]; member in struct:_VBOXMP_DEVEXT
236 Assert(pDevExt->aSources[0].Vbva.Vbva.offVRAMBuffer);
238 Assert(!(pDevExt->aSources[0].Vbva.Vbva.offVRAMBuffer & 0xfff));
240 return (ULONG)(pDevExt->aSources[0].Vbva.Vbva.offVRAMBuffer & ~0xfffULL);

Completed in 33 milliseconds