Home
last modified time | relevance | path

Searched refs:pLastThreadCtx (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp237 if (GetThreadCount (pCtx) <= 1 || pCtx->pLastThreadCtx == NULL) { in DecodeFrameConstruction()
241 if (pCtx->pLastThreadCtx != NULL) { in DecodeFrameConstruction()
242 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pLastThreadCtx); in DecodeFrameConstruction() local
243 …bOutResChange = (pLastThreadCtx->pCtx->iLastImgWidthInPixel != pDstInfo->UsrData.sSystemBuffer.iWi… in DecodeFrameConstruction()
244 … || (pLastThreadCtx->pCtx->iLastImgHeightInPixel != pDstInfo->UsrData.sSystemBuffer.iHeight); in DecodeFrameConstruction()
2495 PWelsDecoderThreadCTX pLastThreadCtx = NULL; in DecodeCurrentAccessUnit() local
2496 if (pCtx->pLastThreadCtx != NULL) { in DecodeCurrentAccessUnit()
2497 pLastThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pLastThreadCtx); in DecodeCurrentAccessUnit()
2498 if (pLastThreadCtx->pDec == NULL) { in DecodeCurrentAccessUnit()
2499 pLastThreadCtx->pDec = PrefetchLastPicForThread (pCtx->pPicBuff, in DecodeCurrentAccessUnit()
[all …]
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp102 if (pThrCtx->pCtx->pLastThreadCtx != NULL) { in ConstructAccessUnit()
103 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pThrCtx->pCtx->pLastThreadCtx); in ConstructAccessUnit() local
104 WAIT_EVENT (&pLastThreadCtx->sSliceDecodeStart, WELS_DEC_THREAD_WAIT_INFINITE); in ConstructAccessUnit()
105 RESET_EVENT (&pLastThreadCtx->sSliceDecodeStart); in ConstructAccessUnit()
1425 m_pDecThrCtx[signal].pCtx->pLastThreadCtx = m_pLastDecThrCtx; in ThreadDecodeFrameInternal()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h512 void* pLastThreadCtx; member