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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp221 ULONG uWidth, uHeight, uBitsPerPixel; local
224 display().GetScreenResolution(iIndex, uWidth, uHeight, uBitsPerPixel, uOriginX, uOriginY, monitorStatus);
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp808 * @param uBitsPerPixel Bits Per Pixel
816 uint32_t uPixelFormat, uint32_t uBitsPerPixel, uint32_t uBytesPerLine,
904 switch (uBitsPerPixel)
919 AssertMsgFailed(("Unknown color depth! mBitsPerPixel=%d\n", uBitsPerPixel));
815 VideoRecCopyToIntBuf(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint32_t x, uint32_t y, uint32_t uPixelFormat, uint32_t uBitsPerPixel, uint32_t uBytesPerLine, uint32_t uSourceWidth, uint32_t uSourceHeight, uint8_t *pu8BufAddr, uint64_t u64TimeStamp) argument
H A DDisplayImpl.cpp258 uint32_t x, uint32_t y, uint32_t uBitsPerPixel,
3491 uint32_t uBitsPerPixel, uint32_t uBytesPerLine,
3499 uBitsPerPixel, uBytesPerLine,
3656 uint32_t uBitsPerPixel, uint32_t uBytesPerLine,
3662 x, y, BitmapFormat_BGR, uBitsPerPixel,
257 displaySaveScreenshotReport(void *pvCtx, uint32_t uScreen, uint32_t x, uint32_t y, uint32_t uBitsPerPixel, uint32_t uBytesPerLine, uint32_t uGuestWidth, uint32_t uGuestHeight, uint8_t *pu8BufferAddress, uint64_t u64TimeStamp) argument

Completed in 44 milliseconds