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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCm.cpp64 LIST_ENTRY QueueEntry; member in struct:VBOXVIDEOCM_SESSION
310 RemoveEntryList(&pSession->QueueEntry);
414 InsertHeadList(&pMgr->SessionList, &pSession->QueueEntry);
426 #define VBOXCMENTRY_2_SESSION(_pE) ((PVBOXVIDEOCM_SESSION)((uint8_t*)(_pE) - RT_OFFSETOF(VBOXVIDEOCM_SESSION, QueueEntry)))
H A DVBoxMPVdma.h45 LIST_ENTRY QueueEntry; member in struct:VBOXVDMADDI_CMD
77 pCmd->QueueEntry.Blink = NULL;
78 pCmd->QueueEntry.Flink = NULL;
103 #define VBOXVDMADDI_CMD_FROM_ENTRY(_pEntry) ((PVBOXVDMADDI_CMD)(((uint8_t*)(_pEntry)) - RT_OFFSETOF(VBOXVDMADDI_CMD, QueueEntry)))

Completed in 2181 milliseconds