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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp716 * @param uSourceHeight Height of the source image.
811 * @param uSourceHeight Height of the source image (framebuffer).
817 uint32_t uSourceWidth, uint32_t uSourceHeight, uint8_t *pu8BufAddr,
829 AssertBreakStmt(uSourceHeight, rc = VERR_INVALID_PARAMETER);
869 uint32_t h = uSourceHeight;
870 int yDiff = ((int)pStrm->uTargetHeight - (int)uSourceHeight) / 2;
929 || uSourceHeight < pStrm->uLastSourceHeight)
933 pStrm->uLastSourceHeight = uSourceHeight;
942 Assert(offSrc + w * bpp <= uSourceHeight * 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

Completed in 44 milliseconds