Home
last modified time | relevance | path

Searched refs:SWelsDecSemphore (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h58 } SWelsDecSemphore; typedef
84 } SWelsDecSemphore;
118 int SemCreate (SWelsDecSemphore* s, long value, long max);
119 int SemWait (SWelsDecSemphore* s, int32_t timeout);
120 void SemRelease (SWelsDecSemphore* s, long* prev_count);
121 void SemDestroy (SWelsDecSemphore* s);
Ddecoder_context.h520 SWelsDecSemphore* sIsBusy;
521 SWelsDecSemphore sIsActivated;
522 SWelsDecSemphore sIsIdle;
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp117 int SemCreate (SWelsDecSemphore* s, long value, long max) { in SemCreate()
122 int SemWait (SWelsDecSemphore* s, int32_t timeout) { in SemWait()
136 void SemRelease (SWelsDecSemphore* s, long* prevcount) { in SemRelease()
140 void SemDestroy (SWelsDecSemphore* s) { in SemDestroy()
219 int SemCreate (SWelsDecSemphore* s, long value, long max) { in SemCreate()
231 int SemWait (SWelsDecSemphore* s, int32_t timeout) { in SemWait()
284 void SemRelease (SWelsDecSemphore* s, long* o_pPrevCount) { in SemRelease()
304 void SemDestroy (SWelsDecSemphore* s) { in SemDestroy()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h134 SWelsDecSemphore m_sIsBusy;