Searched refs:m_pLastDecThrCtx (Results 1 – 2 of 2) sorted by relevance
145 m_pLastDecThrCtx (NULL), in CWelsDecoder()1341 …if (m_pLastDecThrCtx != NULL && sThreadCtx.pCtx->sSpsPpsCtx.iSeqId < m_pLastDecThrCtx->pCtx->sSpsP… in ParseAccessUnit()1342 CopySpsPps (m_pLastDecThrCtx->pCtx, sThreadCtx.pCtx); in ParseAccessUnit()1343 sThreadCtx.pCtx->iPicQueueNumber = m_pLastDecThrCtx->pCtx->iPicQueueNumber; in ParseAccessUnit()1348 sThreadCtx.pCtx->iImgWidthInPixel = m_pLastDecThrCtx->pCtx->iImgWidthInPixel; in ParseAccessUnit()1349 sThreadCtx.pCtx->iImgHeightInPixel = m_pLastDecThrCtx->pCtx->iImgHeightInPixel; in ParseAccessUnit()1371 if (!sThreadCtx.pCtx->bNewSeqBegin && m_pLastDecThrCtx != NULL) { in ParseAccessUnit()1372 sThreadCtx.pCtx->sFrameCrop = m_pLastDecThrCtx->pCtx->pSps->sFrameCrop; in ParseAccessUnit()1410 if (m_pLastDecThrCtx != NULL) { in ThreadDecodeFrameInternal()1411 m_pDecThrCtx[signal].pCtx->pLastThreadCtx = m_pLastDecThrCtx; in ThreadDecodeFrameInternal()[all …]
129 PWelsDecoderThreadCTX m_pLastDecThrCtx; variable