Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h142 #define CLOSE_EVENT(ph) \ macro
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp332 CLOSE_EVENT (&m_pDecThrCtx[i].sImageReady); in CloseDecoderThreads()
333 CLOSE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart); in CloseDecoderThreads()
334 CLOSE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish); in CloseDecoderThreads()
339 CLOSE_EVENT (&m_sBufferingEvent); in CloseDecoderThreads()
340 CLOSE_EVENT (&m_sReleaseBufferEvent); in CloseDecoderThreads()
/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp174 CLOSE_EVENT (&pPic->pReadyEvent[i]); in FreePicture()