Searched refs:SWelsDecEvent (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_decoder_thread.h | 63 } 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);
|
D | decoder_context.h | 540 SWelsDecEvent sImageReady; 541 SWelsDecEvent sSliceDecodeStart; 542 SWelsDecEvent sSliceDecodeFinish;
|
D | picture.h | 103 SWelsDecEvent* pReadyEvent; //MB line ready event
|
/third_party/openh264/codec/decoder/core/src/ |
D | wels_decoder_thread.cpp | 83 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()
|
D | pic_queue.cpp | 127 …pPic->pReadyEvent = (SWelsDecEvent*)pMa->WelsMallocz (uiMbHeight * sizeof (SWelsDecEvent), "pPic->… in AllocPicture()
|
/third_party/openh264/codec/decoder/plus/inc/ |
D | welsDecoderExt.h | 132 SWelsDecEvent m_sBufferingEvent; 133 SWelsDecEvent m_sReleaseBufferEvent;
|