Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1335 DECODING_STATE CWelsDecoder::ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx) { in ParseAccessUnit() argument
1336 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 …]
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h115 DECODING_STATE ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx);