Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp121 RELEASE_SEMAPHORE (&pThrCtx->sThreadInfo.sIsIdle); in DECLARE_PROCTHREAD()
319 CREATE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle, 0, 1, NULL); in OpenDecoderThreads()
328 WAIT_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFINITE); in CloseDecoderThreads()
335 CLOSE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle); in CloseDecoderThreads()
680 …WAIT_SEMAPHORE (&m_pDecThrCtxActive[activeThread]->sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFIN… in GetOption()
681 RELEASE_SEMAPHORE (&m_pDecThrCtxActive[activeThread]->sThreadInfo.sIsIdle); in GetOption()
1395 WAIT_SEMAPHORE (&m_pDecThrCtx[signal].sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFINITE); in ThreadDecodeFrameInternal()
1427 WAIT_SEMAPHORE (&m_pDecThrCtxActive[0]->sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFINITE); in ThreadDecodeFrameInternal()
1428 RELEASE_SEMAPHORE (&m_pDecThrCtxActive[0]->sThreadInfo.sIsIdle); in ThreadDecodeFrameInternal()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h522 SWelsDecSemphore sIsIdle; member