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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp68 uint32_t uTargetWidth; member in struct:VIDEORECSTREAM
473 * @param uTargetWidth Width of the target image in the video recoriding file (movie)
487 pStrm->uTargetWidth = uWidth;
768 if (!colorConvWriteYUV420p<ColorConvBGRA32Iter>(pStrm->uTargetWidth,
776 if (!colorConvWriteYUV420p<ColorConvBGR24Iter>(pStrm->uTargetWidth,
784 if (!colorConvWriteYUV420p<ColorConvBGR565Iter>(pStrm->uTargetWidth,
851 int xDiff = ((int)pStrm->uTargetWidth - (int)uSourceWidth) / 2;
887 if ( destX > pStrm->uTargetWidth
894 if (destX + w > pStrm->uTargetWidth)
895 w = pStrm->uTargetWidth
[all...]

Completed in 63 milliseconds