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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp809 * @param uBytesPerLine Bytes per source scanlineName.
816 uint32_t uPixelFormat, uint32_t uBitsPerPixel, uint32_t uBytesPerLine,
936 uint32_t offSrc = y * uBytesPerLine + x * bpp;
942 Assert(offSrc + w * bpp <= uSourceHeight * uBytesPerLine);
945 offSrc += uBytesPerLine;
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.cpp259 uint32_t uBytesPerLine, uint32_t uGuestWidth, uint32_t uGuestHeight,
3491 uint32_t uBitsPerPixel, uint32_t uBytesPerLine,
3499 uBitsPerPixel, uBytesPerLine,
3656 uint32_t uBitsPerPixel, uint32_t uBytesPerLine,
3663 uBytesPerLine, uGuestWidth, uGuestHeight,
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 55 milliseconds