Searched refs:ppu8Data (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/include/
H A DDisplayUtils.h32 int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, uint32_t *pu32Width, uint32_t *pu32Height);
H A DDisplayImpl.h442 static int i_displayTakeScreenshotEMT(Display *pDisplay, ULONG aScreenId, uint8_t **ppu8Data, size_t *pcbData,
/vbox/src/VBox/Main/src-all/
H A DDisplayUtils.cpp25 int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, argument
128 *ppu8Data = pu8Data;
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp1907 int Display::i_displayTakeScreenshotEMT(Display *pDisplay, ULONG aScreenId, uint8_t **ppu8Data, size_t *pcbData, argument
1915 rc = pDisplay->mpDrv->pUpPort->pfnTakeScreenshot(pDisplay->mpDrv->pUpPort, ppu8Data, pcbData, pu32Width, pu32Height);
1966 *ppu8Data = pu8Data;
1980 ppu8Data, pcbData, pu32Width, pu32Height);
1988 *ppu8Data = NULL;
/vbox/include/VBox/vmm/
H A Dpdmifs.h563 * @param ppu8Data Where to store the pointer to the allocated buffer.
569 DECLR3CALLBACKMEMBER(int, pfnTakeScreenshot,(PPDMIDISPLAYPORT pInterface, uint8_t **ppu8Data, size_t *pcbData, uint32_t *pcx, uint32_t *pcy));
577 * @param ppu8Data Pointer to the buffer returned by pfnTakeScreenshot.
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4722 * @param ppu8Data Where to store the pointer to the allocated buffer.
4728 static DECLCALLBACK(int) vgaPortTakeScreenshot(PPDMIDISPLAYPORT pInterface, uint8_t **ppu8Data, size_t *pcbData, uint32_t *pcx, uint32_t *pcy) argument
4733 LogFlow(("vgaPortTakeScreenshot: ppu8Data=%p pcbData=%p pcx=%p pcy=%p\n", ppu8Data, pcbData, pcx, pcy));
4738 if (!RT_VALID_PTR(ppu8Data) || !RT_VALID_PTR(pcbData) || !RT_VALID_PTR(pcx) || !RT_VALID_PTR(pcy))
4800 *ppu8Data = pu8Data;

Completed in 89 milliseconds