Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp443 #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency::task<rettype>(… macro
533 #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency_winrt::task<ret… macro
Dcap_msmf.cpp3687 CREATE_OR_CONTINUE_TASK(openTask, bool, func) in open()