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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp539 unsigned long ulFrameWidth = strtoul(pszEnvTemp, 0, 10); local
543 *pulFrameWidth = ulFrameWidth;
653 unsigned long ulFrameWidth = 800; local
667 parse_environ(&ulFrameWidth, &ulFrameHeight, &ulBitRate, &pszFileNameParam);
803 ulFrameWidth = ValueUnion.u32;
836 if (ulFrameWidth < 512 || ulFrameWidth > 2048 || ulFrameWidth % 2)
978 CHECK_ERROR_BREAK(machine, COMSETTER(VideoCaptureWidth)(ulFrameWidth));

Completed in 180 milliseconds