Home
last modified time | relevance | path

Searched refs:_ContextCallback (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1078 class _ContextCallback class
1084 static _ContextCallback _CaptureCurrent() in _CaptureCurrent()
1086 _ContextCallback _Context; in _CaptureCurrent()
1091 ~_ContextCallback() in ~_ContextCallback()
1096 _ContextCallback(bool _DeferCapture = false) in _ContextCallback() function in Concurrency_winrt::details::_ContextCallback
1145 _ContextCallback(const _ContextCallback& _Src) in _ContextCallback() function in Concurrency_winrt::details::_ContextCallback
1150 _ContextCallback(_ContextCallback&& _Src) in _ContextCallback() function in Concurrency_winrt::details::_ContextCallback
1156 _ContextCallback& operator=(const _ContextCallback& _Src) in operator =()
1166 _ContextCallback& operator=(_ContextCallback&& _Src) in operator =()
1203 bool operator==(const _ContextCallback& _Rhs) const in operator ==()
[all …]
Dcap_msmf.hpp386 #define _ContextCallback Concurrency::details::_ContextCallback macro
393 #define _ContextCallback Concurrency_winrt::details::_ContextCallback macro
400 #define GET_CURRENT_CONTEXT _ContextCallback::_CaptureCurrent()
401 #define SAVE_CURRENT_CONTEXT(var) _ContextCallback var = GET_CURRENT_CONTEXT
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1078 class _ContextCallback
1084 static _ContextCallback _CaptureCurrent()
1086 _ContextCallback _Context;
1091 ~_ContextCallback()
1096 _ContextCallback(bool _DeferCapture = false)
1145 _ContextCallback(const _ContextCallback& _Src)
1150 _ContextCallback(_ContextCallback&& _Src)
1156 _ContextCallback& operator=(const _ContextCallback& _Src)
1166 _ContextCallback& operator=(_ContextCallback&& _Src)
1203 bool operator==(const _ContextCallback& _Rhs) const
[all …]