Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2271 __declspec(selectany) volatile long _isCausalitySupported = 0; variable
2276 if (_isCausalitySupported == 0) in _IsCausalitySupported()
2295 _isCausalitySupported = _causality; in _IsCausalitySupported()
2299 return _isCausalitySupported == 2 ? true : false; in _IsCausalitySupported()
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2271 __declspec(selectany) volatile long _isCausalitySupported = 0;
2276 if (_isCausalitySupported == 0)
2295 _isCausalitySupported = _causality;
2299 return _isCausalitySupported == 2 ? true : false;