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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp812 * @param pu8BufAddr Pointer to source image(framebuffer).
817 uint32_t uSourceWidth, uint32_t uSourceHeight, uint8_t *pu8BufAddr,
827 AssertPtrBreakStmt(pu8BufAddr, rc = VERR_INVALID_PARAMETER);
944 memcpy(pStrm->pu8RgbBuf + offDst, pu8BufAddr + offSrc, w * bpp);
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

Completed in 45 milliseconds