Lines Matching refs:m_pDecThrCtxActive
178 m_pDecThrCtxActive[i] = NULL; in CWelsDecoder()
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()
1392 signal = m_pDecThrCtxActive[0]->sThreadInfo.uiThrNum; in ThreadDecodeFrameInternal()
1398 if (m_pDecThrCtxActive[i] == &m_pDecThrCtx[signal]) { in ThreadDecodeFrameInternal()
1399 m_pDecThrCtxActive[i] = NULL; in ThreadDecodeFrameInternal()
1401 m_pDecThrCtxActive[j] = m_pDecThrCtxActive[j + 1]; in ThreadDecodeFrameInternal()
1402 m_pDecThrCtxActive[j + 1] = NULL; in ThreadDecodeFrameInternal()
1409 m_pDecThrCtxActive[m_DecCtxActiveCount++] = &m_pDecThrCtx[signal]; 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()