Home
last modified time | relevance | path

Searched refs:SWelsDecThread (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h67 } SWelsDecThread; typedef
95 } SWelsDecThread;
124 int ThreadCreate (SWelsDecThread* t, LPWELS_THREAD_ROUTINE tf, void* ta);
125 int ThreadWait (SWelsDecThread* t);
Ddecoder_context.h523 SWelsDecThread sThrHandle;
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp72 int ThreadCreate (SWelsDecThread* t, LPWELS_THREAD_ROUTINE tf, void* ta) { in ThreadCreate()
77 int ThreadWait (SWelsDecThread* t) { in ThreadWait()