Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp139 m_iCtxCount (1), in CWelsDecoder()
175 m_pDecThrCtx = new SWelsDecoderThreadCTX[m_iCtxCount]; in CWelsDecoder()
176 memset (m_pDecThrCtx, 0, sizeof (SWelsDecoderThreadCTX)*m_iCtxCount); in CWelsDecoder()
285 for (int32_t i = 0; i < m_iCtxCount; ++i) { in UninitDecoder()
366 if (m_iCtxCount <= 1) m_pDecThrCtx[0].pCtx = NULL; in UninitDecoderCtx()
386 for (int32_t i = 0; i < m_iCtxCount; ++i) { in InitDecoder()
412 if (m_iCtxCount <= 1) m_pDecThrCtx[0].pCtx = pCtx; in InitDecoderCtx()
492 m_iCtxCount = m_iThreadCount == 0 ? 1 : m_iThreadCount; in SetOption()
493 m_pDecThrCtx = new SWelsDecoderThreadCTX[m_iCtxCount]; in SetOption()
494 memset (m_pDecThrCtx, 0, sizeof (SWelsDecoderThreadCTX)*m_iCtxCount); in SetOption()
[all …]
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h123 int32_t m_iCtxCount; variable