Searched refs:CREATE_EVENT (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_decoder_thread.h | 136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ macro
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 300 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/ |
D | pic_queue.cpp | 129 CREATE_EVENT (&pPic->pReadyEvent[i], 1, 0, NULL); in AllocPicture()
|