Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h540 SWelsDecEvent sImageReady; member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp316 CREATE_EVENT (&m_pDecThrCtx[i].sImageReady, 1, 0, NULL); in OpenDecoderThreads()
332 CLOSE_EVENT (&m_pDecThrCtx[i].sImageReady); in CloseDecoderThreads()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp2852 SET_EVENT (&pThreadCtx->sImageReady); in DecodeCurrentAccessUnit()