MCPcopy Create free account
hub / github.com/cisco/openh264 / EventReset

Function EventReset

codec/decoder/core/src/wels_decoder_thread.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void EventReset (SWelsDecEvent* e) {
71 ResetEvent (e->h);
72 e->isSignaled = 0;
73}
74
75void EventPost (SWelsDecEvent* e) {
76 SetEvent (e->h);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected