Home
last modified time | relevance | path

Searched refs:_conditionMask (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2286 DWORDLONG _conditionMask = 0; in _IsCausalitySupported() local
2287 VER_SET_CONDITION(_conditionMask, VER_MAJORVERSION, VER_GREATER_EQUAL); in _IsCausalitySupported()
2288 VER_SET_CONDITION(_conditionMask, VER_MINORVERSION, VER_GREATER_EQUAL); in _IsCausalitySupported()
2290 if (::VerifyVersionInfo(&_osvi, VER_MAJORVERSION | VER_MINORVERSION, _conditionMask)) in _IsCausalitySupported()
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2286 DWORDLONG _conditionMask = 0;
2287 VER_SET_CONDITION(_conditionMask, VER_MAJORVERSION, VER_GREATER_EQUAL);
2288 VER_SET_CONDITION(_conditionMask, VER_MINORVERSION, VER_GREATER_EQUAL);
2290 if (::VerifyVersionInfo(&_osvi, VER_MAJORVERSION | VER_MINORVERSION, _conditionMask))