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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp715 * @param uSourceWidth Width of the source image.
810 * @param uSourceWidth Width of the source image (framebuffer).
817 uint32_t uSourceWidth, uint32_t uSourceHeight, uint8_t *pu8BufAddr,
828 AssertBreakStmt(uSourceWidth, rc = VERR_INVALID_PARAMETER);
851 int xDiff = ((int)pStrm->uTargetWidth - (int)uSourceWidth) / 2;
852 uint32_t w = uSourceWidth;
928 if ( uSourceWidth < pStrm->uLastSourceWidth
932 pStrm->uLastSourceWidth = uSourceWidth;
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 44 milliseconds