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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3049 uint32_t ulVideoChannelQuality = 75; local
3050 pelmVideoChannel->getAttributeValue("quality", ulVideoChannelQuality);
3051 ulVideoChannelQuality = RT_CLAMP(ulVideoChannelQuality, 10, 100);
3053 if (RTStrAPrintf(&pszBuffer, "%d", ulVideoChannelQuality) >= 0)
4354 uint32_t ulVideoChannelQuality = RTStrToUInt32(str.c_str()); /* This returns 0 on invalid string which is ok. */ local
4355 if (ulVideoChannelQuality == 0)
4356 ulVideoChannelQuality = 75;
4358 ulVideoChannelQuality = RT_CLAMP(ulVideoChannelQuality, 1
[all...]

Completed in 2599 milliseconds