Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp109 RESET_EVENT (&pThrCtx->sSliceDecodeFinish); in ConstructAccessUnit()
318 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish, 1, 0, NULL); in OpenDecoderThreads()
334 CLOSE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish); in CloseDecoderThreads()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h542 SWelsDecEvent sSliceDecodeFinish; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp2813 WAIT_EVENT (&pThreadCtx[i - id].sSliceDecodeFinish, WELS_DEC_THREAD_WAIT_INFINITE); in DecodeCurrentAccessUnit()
2821 SET_EVENT (&pThreadCtx->sSliceDecodeFinish); in DecodeCurrentAccessUnit()
2879 SET_EVENT (&pThreadCtx->sSliceDecodeFinish); in DecodeCurrentAccessUnit()