Searched refs:pReadyEvent (Results 1 – 6 of 6) sorted by relevance
127 …pPic->pReadyEvent = (SWelsDecEvent*)pMa->WelsMallocz (uiMbHeight * sizeof (SWelsDecEvent), "pPic->… in AllocPicture()129 CREATE_EVENT (&pPic->pReadyEvent[i], 1, 0, NULL); in AllocPicture()132 pPic->pReadyEvent = NULL; in AllocPicture()171 if (pPic->pReadyEvent != NULL) { in FreePicture()174 CLOSE_EVENT (&pPic->pReadyEvent[i]); in FreePicture()176 pMa->WelsFree (pPic->pReadyEvent, "pPic->pReadyEvent"); in FreePicture()177 pPic->pReadyEvent = NULL; in FreePicture()
260 if (!pRefPic->pReadyEvent[0].isSignaled) { in BaseMC()262 SET_EVENT (&pRefPic->pReadyEvent[ln]); in BaseMC()269 if (pRefPic->pReadyEvent[down_line].isSignaled != 1) { in BaseMC()270 WAIT_EVENT (&pRefPic->pReadyEvent[down_line], WELS_DEC_THREAD_WAIT_INFINITE); in BaseMC()
320 if (colocPic->pReadyEvent[pCurDqLayer->iMbY].isSignaled != 1) { in GetColocatedMb()321 WAIT_EVENT (&colocPic->pReadyEvent[pCurDqLayer->iMbY], WELS_DEC_THREAD_WAIT_INFINITE); in GetColocatedMb()
1757 SET_EVENT (&pCtx->pDec->pReadyEvent[pCurDqLayer->iMbY]); in WelsDecodeAndConstructSlice()1774 SET_EVENT (&pCtx->pDec->pReadyEvent[iLastMby]); in WelsDecodeAndConstructSlice()1779 SET_EVENT (&pCtx->pDec->pReadyEvent[pCurDqLayer->iMbY]); in WelsDecodeAndConstructSlice()
233 SET_EVENT (&pCtx->pDec->pReadyEvent[i]); in DecodeFrameConstruction()2576 RESET_EVENT (&pCtx->pDec->pReadyEvent[i]); in DecodeCurrentAccessUnit()
103 SWelsDecEvent* pReadyEvent; //MB line ready event member