Home
last modified time | relevance | path

Searched refs:SWelsDecEvent (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h63 } SWelsDecEvent; typedef
91 } SWelsDecEvent;
111 int EventCreate (SWelsDecEvent* e, int manualReset, int initialState);
112 void EventPost (SWelsDecEvent* e);
113 int EventWait (SWelsDecEvent* e, int32_t timeout);
114 void EventReset (SWelsDecEvent* e);
115 void EventDestroy (SWelsDecEvent* e);
Ddecoder_context.h540 SWelsDecEvent sImageReady;
541 SWelsDecEvent sSliceDecodeStart;
542 SWelsDecEvent sSliceDecodeFinish;
Dpicture.h103 SWelsDecEvent* pReadyEvent; //MB line ready event
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp83 int EventCreate (SWelsDecEvent* e, int manualReset, int initialState) { in EventCreate()
89 void EventReset (SWelsDecEvent* e) { in EventReset()
94 void EventPost (SWelsDecEvent* e) { in EventPost()
99 int EventWait (SWelsDecEvent* e, int32_t timeout) { in EventWait()
112 void EventDestroy (SWelsDecEvent* e) { in EventDestroy()
154 int EventCreate (SWelsDecEvent* e, int manualReset, int initialState) { in EventCreate()
166 void EventReset (SWelsDecEvent* e) { in EventReset()
172 void EventPost (SWelsDecEvent* e) { in EventPost()
179 int EventWait (SWelsDecEvent* e, int32_t timeout) { in EventWait()
214 void EventDestroy (SWelsDecEvent* e) { in EventDestroy()
Dpic_queue.cpp127 …pPic->pReadyEvent = (SWelsDecEvent*)pMa->WelsMallocz (uiMbHeight * sizeof (SWelsDecEvent), "pPic->… in AllocPicture()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h132 SWelsDecEvent m_sBufferingEvent;
133 SWelsDecEvent m_sReleaseBufferEvent;