Home
last modified time | relevance | path

Searched refs:QueueTask (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/common/inc/
DWelsThreadPool.h73 WELS_THREAD_ERROR_CODE QueueTask (IWelsTask* pTask);
/third_party/openh264/test/common/
DWelsThreadPoolTest.cpp30 pThreadPool->QueueTask (aTasks[i]); in OneCallingFunc()
/third_party/openh264/codec/encoder/core/src/
Dwels_task_management.cpp233 m_pThreadPool->QueueTask (pTargetTaskList->getNode (iIdx)); in ExecuteTaskList()
/third_party/openh264/codec/common/src/
DWelsThreadPool.cpp251 WELS_THREAD_ERROR_CODE CWelsThreadPool::QueueTask (IWelsTask* pTask) { in QueueTask() function in WelsCommon::CWelsThreadPool