Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ macro
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp300 CREATE_EVENT (&m_sBufferingEvent, 1, 0, NULL); in OpenDecoderThreads()
302 CREATE_EVENT (&m_sReleaseBufferEvent, 1, 0, NULL); in OpenDecoderThreads()
316 CREATE_EVENT (&m_pDecThrCtx[i].sImageReady, 1, 0, NULL); in OpenDecoderThreads()
317 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart, 1, 0, NULL); in OpenDecoderThreads()
318 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish, 1, 0, NULL); in OpenDecoderThreads()
/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp129 CREATE_EVENT (&pPic->pReadyEvent[i], 1, 0, NULL); in AllocPicture()