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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCr.h89 } VBOXMP_CRPACKER, *PVBOXMP_CRPACKER; typedef in typeref:struct:VBOXMP_CRPACKER
91 DECLINLINE(void) VBoxMpCrPackerInit(PVBOXMP_CRPACKER pPacker)
96 DECLINLINE(void) VBoxMpCrPackerTerm(PVBOXMP_CRPACKER pPacker)
99 DECLINLINE(void) VBoxMpCrPackerTxBufferInit(PVBOXMP_CRPACKER pPacker, void *pvBuffer, uint32_t cbBuffer, uint32_t cCommands)
131 DECLINLINE(void*) VBoxMpCrPackerTxBufferComplete(PVBOXMP_CRPACKER pPacker, uint32_t *pcbBuffer, void **ppvPackBuffer)
150 DECLINLINE(uint32_t) VBoxMpCrPackerTxBufferGetFreeBufferSize(PVBOXMP_CRPACKER pPacker)

Completed in 43 milliseconds