Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp104 WAIT_EVENT (&pLastThreadCtx->sSliceDecodeStart, WELS_DEC_THREAD_WAIT_INFINITE); in ConstructAccessUnit()
105 RESET_EVENT (&pLastThreadCtx->sSliceDecodeStart); in ConstructAccessUnit()
317 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart, 1, 0, NULL); in OpenDecoderThreads()
333 CLOSE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart); in CloseDecoderThreads()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h541 SWelsDecEvent sSliceDecodeStart; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp2723 SET_EVENT (&pThreadCtx->sSliceDecodeStart); in DecodeCurrentAccessUnit()