Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp389 #define END_CALL_IN_CONTEXT(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\ macro
395 #define END_CALL_IN_CONTEXT(hr) return hr;\ macro
Dcap_msmf.cpp2317 END_CALL_IN_CONTEXT(hr) in initDevice()
2703 END_CALL_IN_CONTEXT(hr) in setupDevice()