Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp144 m_pDecThrCtx (NULL), in CWelsDecoder()
175 m_pDecThrCtx = new SWelsDecoderThreadCTX[m_iCtxCount]; in CWelsDecoder()
176 memset (m_pDecThrCtx, 0, sizeof (SWelsDecoderThreadCTX)*m_iCtxCount); in CWelsDecoder()
253 if (m_pDecThrCtx != NULL) { in ~CWelsDecoder()
254 delete[] m_pDecThrCtx; in ~CWelsDecoder()
255 m_pDecThrCtx = NULL; in ~CWelsDecoder()
286 if (m_pDecThrCtx[i].pCtx != NULL) { in UninitDecoder()
288 WelsResetRefPicWithoutUnRef (m_pDecThrCtx[i].pCtx); in UninitDecoder()
290 UninitDecoderCtx (m_pDecThrCtx[i].pCtx); in UninitDecoder()
305 m_pDecThrCtx[i].sThreadInfo.uiThrMaxNum = m_iThreadCount; in OpenDecoderThreads()
[all …]
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h128 PWelsDecoderThreadCTX m_pDecThrCtx; variable