Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp2125 BEGIN_CALL_IN_CONTEXT(hr, context, pAgileMedCap, this) in resetDevice()
2290 BEGIN_CALL_IN_CONTEXT(hr, context, pDevInfo, &_task, context, this) in initDevice()
2308 BEGIN_CALL_IN_CONTEXT(hr, context, this) in initDevice()
2699 BEGIN_CALL_IN_CONTEXT(hr, context, id, &_task, this) in setupDevice()
2887 BEGIN_CALL_IN_CONTEXT(hr, context, vd, pDevice, i) in initDevices()
3662 BEGIN_CALL_IN_CONTEXT(hr, context, this, try_index) in open()
3670 BEGIN_CALL_IN_CONTEXT(hr, context, this, try_index) in open()
Dcap_msmf.hpp387 #define BEGIN_CALL_IN_CONTEXT(hr, var, ...) hr = S_OK;\ macro
394 #define BEGIN_CALL_IN_CONTEXT(hr, var, ...) hr = var._CallInContext([__VA_ARGS__]() -> HRESULT { macro