Home
last modified time | relevance | path

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

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-dshow/
H A Dwin-dshow.cpp176 static DWORD CALLBACK DShowThread(LPVOID ptr);
241 CreateThread(nullptr, 0, DShowThread, this, 0, nullptr); in DShowInput()
294 static DWORD CALLBACK DShowThread(LPVOID ptr) in DShowThread() function