Home
last modified time | relevance | path

Searched refs:dwMilliSecond (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp161 void WelsSleep (uint32_t dwMilliSecond) { in WelsSleep() argument
162 ::Sleep (dwMilliSecond); in WelsSleep()
165 void WelsSleep (uint32_t dwMilliSecond) { in WelsSleep() argument
181 WaitForSingleObject (hSleepEvent, dwMilliSecond); in WelsSleep()
304 void WelsSleep (uint32_t dwMilliSecond) { in WelsSleep() argument
305 usleep (dwMilliSecond * 1000); in WelsSleep()
/third_party/openh264/codec/common/inc/
DWelsThreadLib.h145 void WelsSleep (uint32_t dwMilliSecond);