Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp99 …c DECODING_STATE ConstructAccessUnit (CWelsDecoder* pWelsDecoder, PWelsDecoderThreadCTX pThrCtx) { in ConstructAccessUnit() argument
102 if (pThrCtx->pCtx->pLastThreadCtx != NULL) { in ConstructAccessUnit()
103 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pThrCtx->pCtx->pLastThreadCtx); in ConstructAccessUnit()
107 pThrCtx->pDec = NULL; in ConstructAccessUnit()
108 if (GetThreadCount (pThrCtx->pCtx) > 1) { in ConstructAccessUnit()
109 RESET_EVENT (&pThrCtx->sSliceDecodeFinish); in ConstructAccessUnit()
111 …iRet |= pWelsDecoder->DecodeFrame2WithCtx (pThrCtx->pCtx, NULL, 0, pThrCtx->ppDst, &pThrCtx->sDstI… in ConstructAccessUnit()
118 SWelsDecoderThreadCTX* pThrCtx = (SWelsDecoderThreadCTX*)p; in DECLARE_PROCTHREAD() local
120 RELEASE_SEMAPHORE (pThrCtx->sThreadInfo.sIsBusy); in DECLARE_PROCTHREAD()
121 RELEASE_SEMAPHORE (&pThrCtx->sThreadInfo.sIsIdle); in DECLARE_PROCTHREAD()
[all …]