Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h148 #define SET_EVENT(ph) \ macro
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp301 SET_EVENT (&m_sBufferingEvent); in OpenDecoderThreads()
303 SET_EVENT (&m_sReleaseBufferEvent); in OpenDecoderThreads()
708 SET_EVENT(&m_sReleaseBufferEvent); in DecodeFrameNoDelay()
879 SET_EVENT (&m_sBufferingEvent); in DecodeFrame2WithCtx()
905 SET_EVENT (&m_sBufferingEvent); in DecodeFrame2WithCtx()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp233 SET_EVENT (&pCtx->pDec->pReadyEvent[i]); in DecodeFrameConstruction()
2723 SET_EVENT (&pThreadCtx->sSliceDecodeStart); in DecodeCurrentAccessUnit()
2821 SET_EVENT (&pThreadCtx->sSliceDecodeFinish); in DecodeCurrentAccessUnit()
2852 SET_EVENT (&pThreadCtx->sImageReady); in DecodeCurrentAccessUnit()
2879 SET_EVENT (&pThreadCtx->sSliceDecodeFinish); in DecodeCurrentAccessUnit()
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()
Drec_mb.cpp262 SET_EVENT (&pRefPic->pReadyEvent[ln]); in BaseMC()