Searched refs:WelsThreadCreate (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/test/common/ |
D | WelsThreadPoolTest.cpp | 84 rc = WelsThreadCreate (& (mThreadID[i]), OneCallingFunc, NULL, 0); in TEST() 89 rc = WelsThreadCreate (& (mThreadID[i]), OneCallingFunc, NULL, 0); in TEST() 98 rc = WelsThreadCreate (& (mThreadID[i]), OneCallingFunc, NULL, 0); in TEST()
|
/third_party/openh264/codec/common/src/ |
D | WelsThread.cpp | 88 WELS_THREAD_ERROR_CODE rc = WelsThreadCreate (&m_hThread, in Start()
|
D | WelsThreadLib.cpp | 185 WELS_THREAD_ERROR_CODE WelsThreadCreate (WELS_THREAD_HANDLE* thread, LPWELS_THREAD_ROUTINE rou… in WelsThreadCreate() function 227 WELS_THREAD_ERROR_CODE WelsThreadCreate (WELS_THREAD_HANDLE* thread, LPWELS_THREAD_ROUTINE rou… in WelsThreadCreate() function
|
/third_party/openh264/codec/common/inc/ |
D | WelsThreadLib.h | 134 WELS_THREAD_ERROR_CODE WelsThreadCreate (WELS_THREAD_HANDLE* thread, LPWELS_THREAD_ROUTINE rou…
|
/third_party/openh264/codec/decoder/core/src/ |
D | wels_decoder_thread.cpp | 74 return WelsThreadCreate (& (t->h), tf, ta, attr); in ThreadCreate()
|