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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp756 BOOLEAN bAlternativeIndex = (pExt->iInvocationCounter % 2)? TRUE: FALSE; local
758 uint32_t iSpecialMode = iModeBase + (bAlternativeIndex? 1: 0);
759 uint32_t iStandardMode = iModeBase + (bAlternativeIndex? 0: 1);
806 BOOLEAN bAlternativeIndex = FALSE; local
833 bAlternativeIndex = TRUE;
837 uint32_t iSpecialModeElement = cStandartModes + (bAlternativeIndex? 1: 0);
838 uint32_t iSpecialModeElementOld = cStandartModes + (bAlternativeIndex? 0: 1);
840 LOG(("add special mode[%d] %dx%d:%d for display %d (bChanged=%d, bAlternativeIndex=%d)",
842 pExt->iDevice, bChanged, bAlternativeIndex));

Completed in 33 milliseconds