Searched refs:sThreadCtx (Results 1 – 2 of 2) sorted by relevance
1335 DECODING_STATE CWelsDecoder::ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx) { in ParseAccessUnit() argument1336 sThreadCtx.pCtx->bHasNewSps = false; in ParseAccessUnit()1337 sThreadCtx.pCtx->bParamSetsLostFlag = m_bParamSetsLostFlag; in ParseAccessUnit()1338 sThreadCtx.pCtx->bFreezeOutput = m_bFreezeOutput; in ParseAccessUnit()1339 sThreadCtx.pCtx->uiDecodingTimeStamp = ++m_uiDecodeTimeStamp; in ParseAccessUnit()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()1344 if (sThreadCtx.pCtx->pPicBuff != m_pPicBuff) { in ParseAccessUnit()1346 sThreadCtx.pCtx->pPicBuff = m_pPicBuff; in ParseAccessUnit()[all …]
115 DECODING_STATE ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx);