Searched refs:pLastThreadCtx (Results 1 – 3 of 3) sorted by relevance
237 if (GetThreadCount (pCtx) <= 1 || pCtx->pLastThreadCtx == NULL) { in DecodeFrameConstruction()241 if (pCtx->pLastThreadCtx != NULL) { in DecodeFrameConstruction()242 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pLastThreadCtx); in DecodeFrameConstruction() local243 …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() local2496 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 …]
102 if (pThrCtx->pCtx->pLastThreadCtx != NULL) { in ConstructAccessUnit()103 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pThrCtx->pCtx->pLastThreadCtx); in ConstructAccessUnit() local104 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()
512 void* pLastThreadCtx; member