Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp127 …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()
Drec_mb.cpp260 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()
Dmv_pred.cpp320 if (colocPic->pReadyEvent[pCurDqLayer->iMbY].isSignaled != 1) { in GetColocatedMb()
321 WAIT_EVENT (&colocPic->pReadyEvent[pCurDqLayer->iMbY], WELS_DEC_THREAD_WAIT_INFINITE); in GetColocatedMb()
Ddecode_slice.cpp1757 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()
Ddecoder_core.cpp233 SET_EVENT (&pCtx->pDec->pReadyEvent[i]); in DecodeFrameConstruction()
2576 RESET_EVENT (&pCtx->pDec->pReadyEvent[i]); in DecodeCurrentAccessUnit()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h103 SWelsDecEvent* pReadyEvent; //MB line ready event member