Searched refs:sThreadCtx (Results 1 – 2 of 2) sorted by relevance
1349 DECODING_STATE CWelsDecoder::ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx) { in ParseAccessUnit() argument1350 sThreadCtx.pCtx->bHasNewSps = false; in ParseAccessUnit()1351 sThreadCtx.pCtx->bParamSetsLostFlag = m_bParamSetsLostFlag; in ParseAccessUnit()1352 sThreadCtx.pCtx->bFreezeOutput = m_bFreezeOutput; in ParseAccessUnit()1353 sThreadCtx.pCtx->uiDecodingTimeStamp = ++m_uiDecodeTimeStamp; in ParseAccessUnit()1355 …if (m_pLastDecThrCtx != NULL && sThreadCtx.pCtx->sSpsPpsCtx.iSeqId < m_pLastDecThrCtx->pCtx->sSpsP… in ParseAccessUnit()1356 CopySpsPps (m_pLastDecThrCtx->pCtx, sThreadCtx.pCtx); in ParseAccessUnit()1357 sThreadCtx.pCtx->iPicQueueNumber = m_pLastDecThrCtx->pCtx->iPicQueueNumber; in ParseAccessUnit()1358 if (sThreadCtx.pCtx->pPicBuff != m_pPicBuff) { in ParseAccessUnit()1360 sThreadCtx.pCtx->pPicBuff = m_pPicBuff; in ParseAccessUnit()[all …]
115 DECODING_STATE ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx);