Searched refs:cbSrcLine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp811 uint32_t cbSrcLine = vboxWddmCalcRowSize(pSrcRect->left, pSrcRect->right, pSrcAlloc->SurfDesc.format); local
813 Assert(cbSrcLine <= pSrcAlloc->SurfDesc.pitch);
819 Assert(cbDstLine == cbSrcLine);
/vbox/include/VBox/vmm/
H A Dpdmifs.h633 * @param cbSrcLine The line length of the source frame buffer.
645 const uint8_t *pbSrc, int32_t xSrc, int32_t ySrc, uint32_t cxSrc, uint32_t cySrc, uint32_t cbSrcLine, uint32_t cSrcBitsPerPixel,
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp2252 uint32_t cbSrcLine = offSrcLineEnd - offSrcLineStart;
2254 Assert(cbSrcLine <= pSrcDesc->pitch);
2258 Assert(cbDstLine == cbSrcLine);

Completed in 441 milliseconds