Searched refs:cBitsPerPixel (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp273 info.cBitsPerPixel = 24;
734 LogRel(("VNCServerImpl::VRDEResize to %dx%dx%dbpp\n", info.cWidth, info.cHeight, info.cBitsPerPixel));
738 if (info.cBitsPerPixel == 32 || info.cBitsPerPixel == 24)
742 for (i = 0, j = 0; i < info.cWidth * info.cHeight * VNC_SIZEOFRGBA; i += VNC_SIZEOFRGBA, j += info.cBitsPerPixel / 8)
752 else if (info.cBitsPerPixel == 16)
757 i += VNC_SIZEOFRGBA, j += info.cBitsPerPixel / 8)
822 uint32_t bpp = instance->FrameInfo.cBitsPerPixel / 8;
825 if (instance->FrameInfo.cBitsPerPixel == 32 || instance->FrameInfo.cBitsPerPixel
[all...]
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h1181 unsigned cBitsPerPixel; member in struct:_VRDEFRAMEBUFFERINFO
1385 * @param cBitsPerPixel Requested color depth.
1391 unsigned cBitsPerPixel,
1464 unsigned cBitsPerPixel,
/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h196 static DECLCALLBACK(void) VRDPCallbackVideoModeHint (void *pvCallback, unsigned cWidth, unsigned cHeight, unsigned cBitsPerPixel, unsigned uScreenId);
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1123 pInfo->cBitsPerPixel = ulBitsPerPixel;
1297 unsigned cBitsPerPixel, unsigned uScreenId)
1303 cWidth, cHeight, cBitsPerPixel);
1296 VRDPCallbackVideoModeHint(void *pvCallback, unsigned cWidth, unsigned cHeight, unsigned cBitsPerPixel, unsigned uScreenId) argument

Completed in 64 milliseconds