Searched refs:m_DecCtxActiveCount (Results 1 – 2 of 2) sorted by relevance
143 m_DecCtxActiveCount (0), in CWelsDecoder()679 for (int32_t activeThread = 0; activeThread < m_DecCtxActiveCount; ++activeThread) { in GetOption()1389 if (m_DecCtxActiveCount < m_iThreadCount) { in ThreadDecodeFrameInternal()1390 signal = m_DecCtxActiveCount; in ThreadDecodeFrameInternal()1397 for (i = 0; i < m_DecCtxActiveCount; ++i) { in ThreadDecodeFrameInternal()1400 for (j = i; j < m_DecCtxActiveCount - 1; j++) { in ThreadDecodeFrameInternal()1404 --m_DecCtxActiveCount; in ThreadDecodeFrameInternal()1409 m_pDecThrCtxActive[m_DecCtxActiveCount++] = &m_pDecThrCtx[signal]; in ThreadDecodeFrameInternal()1426 if (m_DecCtxActiveCount >= m_iThreadCount) { in ThreadDecodeFrameInternal()
127 int32_t m_DecCtxActiveCount; variable