Searched refs:uWidth (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DVideoRec.h29 uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps,
H A DVideoRec.cpp477 uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps,
487 pStrm->uTargetWidth = uWidth;
489 pStrm->pu8RgbBuf = (uint8_t *)RTMemAllocZ(uWidth * uHeight * 4);
546 pStrm->VpxConfig.g_w = uWidth;
569 if (!vpx_img_alloc(&pStrm->VpxRawImage, VPX_IMG_FMT_I420, uWidth, uHeight, 1))
571 LogFlow(("Failed to allocate image %dx%d", uWidth, uHeight));
476 VideoRecStrmInit(PVIDEORECCONTEXT pCtx, uint32_t uScreen, const char *pszFile, uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps, uint32_t uMaxTime, uint32_t uMaxFileSize, const char *pszOptions) argument
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp221 ULONG uWidth, uHeight, uBitsPerPixel; local
224 display().GetScreenResolution(iIndex, uWidth, uHeight, uBitsPerPixel, uOriginX, uOriginY, monitorStatus);
230 if (!uWidth)
231 uWidth = 800;
234 display().SetVideoModeHint(iIndex, true, false, 0, 0, uWidth, uHeight, 32);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp198 * @param uWidth Width of the guest display, in pixels.
202 STDMETHOD(NotifyChange)(ULONG uScreenId, ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight);
207 * @param uWidth Width of the update rectangle, in pixels.
211 STDMETHOD(NotifyUpdate)(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight);
216 * @param uWidth Width of the update rectangle, in pixels.
221 STDMETHOD(NotifyUpdateImage)(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight, ComSafeArrayIn(BYTE, image));
224 * @param uWidth Width of the guest display, in pixels.
230 STDMETHOD(VideoModeSupported)(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pbSupported);
731 STDMETHODIMP UIFrameBufferPrivate::NotifyChange(ULONG uScreenId, ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight) argument
746 (unsigned long)uWidth, (unsigne
786 NotifyUpdate(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight) argument
822 NotifyUpdateImage(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight, ComSafeArrayIn(BYTE, image)) argument
876 VideoModeSupported(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pfSupported) argument
[all...]
H A DUIMultiScreenLayout.cpp151 ULONG uWidth = 800; local
158 uWidth = pFrameBuffer->width();
165 iGuestScreen, uWidth, uHeight));
166 display.SetVideoModeHint(iGuestScreen, true, false, 0, 0, uWidth, uHeight, 32);
H A DUISession.cpp1543 uint uXHot, uint uYHot, uint uWidth, uint uHeight)
1549 uint andMaskSize = (uWidth + 7) / 8 * uHeight;
1551 uint srcShapePtrScan = uWidth * 4;
1561 bi.bV5Width = uWidth;
1585 hMonoBitmap = CreateBitmap(uWidth, uHeight, 1, 1, NULL);
1593 uint32_t cbAndMaskScan = (uWidth + 7) / 8;
1608 uint32_t u32PaddingBits = cbAndMaskScan * 8 - uWidth;
1613 u8LastBytesPaddingMask, (cbAndMaskScan + 1) * 8, uWidth, cbAndMaskScan));
1632 hMonoBitmap = ::CreateBitmap(uWidth, uHeight, 1, 1,
1651 dstShapePtr += uWidth;
1542 setPointerShape(const uchar *pShapeData, bool fHasAlpha, uint uXHot, uint uYHot, uint uWidth, uint uHeight) argument
[all...]
H A DUIMachineView.cpp624 ULONG uBuffer = 0, uWidth = 0, uHeight = 0; local
625 machine().QuerySavedScreenshotPNGSize(0, uBuffer, uWidth, uHeight);
629 size = QSize(uWidth, uHeight);
999 ULONG uWidth = 0, uHeight = 0; local
1000 const QVector<BYTE> screenData = machine().ReadSavedScreenshotPNGToArray(0, uWidth, uHeight);
H A DUISession.h378 void setPointerShape(const uchar *pShapeData, bool fHasAlpha, uint uXHot, uint uYHot, uint uWidth, uint uHeight);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp247 SSMFIELD_ENTRY( VMSVGAState, uWidth),
526 pThis->svga.viewport.cx = RT_MIN(cx, (uint32_t)pThis->svga.uWidth);
556 && pThis->svga.uWidth != VMSVGA_VAL_UNINITIALIZED)
558 *pu32 = pThis->svga.uWidth;
923 *pu32 = pThis->svga.uWidth;
957 if ( pThis->svga.uWidth == VMSVGA_VAL_UNINITIALIZED
962 Log(("vmsvgaChangeMode: BOGUS sEnable LFB mode and resize to (%d,%d) bpp=%d\n", pThis->svga.uWidth, pThis->svga.uHeight, pThis->svga.uBpp));
966 if ( pThis->svga.uWidth == 0
971 Log(("vmsvgaChangeMode: BOGUS sEnable LFB mode and resize to (%d,%d) bpp=%d\n", pThis->svga.uWidth, pThis->svga.uHeight, pThis->svga.uBpp));
976 && pThis->last_scr_width == (unsigned)pThis->svga.uWidth
[all...]
H A DDevVGA.h292 uint32_t uWidth; member in struct:__anon13211
H A DDevVGA-SVGA3d-ogl.cpp3932 if (pSurface->pMipmapLevels[0].size.width != pThis->svga.uWidth ||
3935 float xMultiplier = (float)pSurface->pMipmapLevels[0].size.width / (float)pThis->svga.uWidth;
3938 LogFlow(("size (%d vs %d) (%d vs %d) multiplier %d\n", pSurface->pMipmapLevels[0].size.width, pThis->svga.uWidth, pSurface->pMipmapLevels[0].size.height, pThis->svga.uHeight, (int)(xMultiplier * 100.0), (int)(yMultiplier * 100.0)));
4019 glOrtho(0, pThis->svga.uWidth, pThis->svga.uHeight, 0, 0.0, -1.0);
4342 cs.cx = pThis->svga.uWidth;
4439 0, 0, pThis->svga.uWidth, pThis->svga.uHeight,
4666 cs.cx = pThis->svga.uWidth;
4673 vmsvga3dCocoaViewSetSize(pContext->cocoaView, pThis->svga.uWidth, pThis->svga.uHeight);
4676 wc.width = pThis->svga.uWidth;
H A DDevVGA-SVGA3d-win.cpp2836 if (pSurface->pMipmapLevels[0].size.width != pThis->svga.uWidth ||
2839 float xMultiplier = (float)pSurface->pMipmapLevels[0].size.width / (float)pThis->svga.uWidth;
2985 cs.cx = pThis->svga.uWidth;
3316 cs.cx = pThis->svga.uWidth;
4317 hr = pContext->pDevice->CreateRenderTarget(pThis->svga.uWidth,
H A DDevVGA.cpp2103 if ( s->svga.uWidth == VMSVGA_VAL_UNINITIALIZED
2168 if ( pThis->svga.uWidth == VMSVGA_VAL_UNINITIALIZED
2176 width = pThis->svga.uWidth;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.h295 bool cannotEnterFullscreenMode(ULONG uWidth, ULONG uHeight, ULONG uBpp, ULONG64 uMinVRAM) const;
296 void cannotEnterSeamlessMode(ULONG uWidth, ULONG uHeight, ULONG uBpp, ULONG64 uMinVRAM) const;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp576 ULONG uWidth = 0; local
582 console.GetDisplay().GetScreenResolution(iScreen, uWidth, uHeight, uBpp, xOrigin, yOrigin, monitorStatus);
583 QString strResolution = QString("%1x%2").arg(uWidth).arg(uHeight);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp343 GEN_CHECK_OFF(VGASTATE, svga.uWidth);

Completed in 129 milliseconds