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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h90 const uint32_t * fourccEnabledList() const { return mFourccEnabledList; }
98 return calcIntersection (mFourccEnabledCount, mFourccEnabledList, aInfo.getFourccSupportedCount(), aInfo.getFourccSupportedList(), cOut, aOut);
103 return calcIntersection (mFourccEnabledCount, mFourccEnabledList, 1, &format, 0, NULL)
107 uint32_t mFourccEnabledList[VBOXVHWA_NUMFOURCC]; member in class:VBoxVHWASettings

Completed in 52 milliseconds