HomeSort by relevance Sort by last modified time
    Searched refs:CREATE_OR_CONTINUE_TASK (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 443 #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency::task<rettype>()) ? Concurrency::create_task(func) : _task.then([func](rettype) -> rettype { return func(); });
533 #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency_winrt::task<rettype>()) ? Concurrency_winrt::create_task<rettype>(func) : _task.then([func](rettype, rettype* retVal) -> HRESULT { return func(retVal); });
    [all...]
cap_msmf.cpp     [all...]

Completed in 42 milliseconds