Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp143 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()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h127 int32_t m_DecCtxActiveCount; variable