Home
last modified time | relevance | path

Searched refs:WelsMutexInit (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dslice_multi_threading.cpp333 iReturn = WelsMutexInit (&pSmt->mutexSliceNumUpdate); in RequestMtResource()
345 iReturn = WelsMutexInit (&pSmt->mutexThreadBsBufferUsage); in RequestMtResource()
348 iReturn = WelsMutexInit (&pSmt->mutexEvent); in RequestMtResource()
351 iReturn = WelsMutexInit (&pSmt->mutexThreadSlcBuffReallocate); in RequestMtResource()
354 iReturn = WelsMutexInit (& (*ppCtx)->mutexEncoderError); in RequestMtResource()
Dwels_task_management.cpp88 WelsMutexInit (&m_hEventMutex); in CWelsTaskManageBase()
/third_party/openh264/codec/common/inc/
DWelsLock.h54 WelsMutexInit (&m_cMutex); in CWelsLock()
DWelsThreadLib.h120 WELS_THREAD_ERROR_CODE WelsMutexInit (WELS_MUTEX* mutex);
/third_party/openh264/codec/common/src/
DWelsThread.cpp51 WelsMutexInit(&m_hMutex); in CWelsThread()
DWelsThreadLib.cpp74 WELS_THREAD_ERROR_CODE WelsMutexInit (WELS_MUTEX* mutex) { in WelsMutexInit() function
100 WELS_THREAD_ERROR_CODE WelsMutexInit (WELS_MUTEX* mutex) { in WelsMutexInit() function
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp97 WelsMutexInit (&m_mutes); in CVpFrameWork()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp299 WelsMutexInit (&m_csDecoder); in OpenDecoderThreads()