Home
last modified time | relevance | path

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

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/
H A Dobs-browser-plugin.cpp620 return wstrstri(str.c_str(), L"Intel") != 0; in is_intel()
631 if (!!wstrstri(deviceId.c_str(), *device)) { in check_hwaccel_support()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-dshow/
H A Dwin-dshow.cpp842 (wstrstri(config.name.c_str(), L"elgato") != NULL && in IsDelayedDevice()
843 wstrstri(config.name.c_str(), L"facecam") == NULL) || in IsDelayedDevice()
844 wstrstri(config.name.c_str(), L"stream engine") != NULL; in IsDelayedDevice()
849 return wstrstri(config.name.c_str(), L"GV-USB2") != NULL; in IsDecoupled()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Ddstr.h56 EXPORT wchar_t *wstrstri(const wchar_t *str, const wchar_t *find);
H A Ddstr.c183 wchar_t *wstrstri(const wchar_t *str, const wchar_t *find) in wstrstri() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/docs/sphinx/
H A Dreference-libobs-util-dstr.rst68 .. function:: wchar_t *wstrstri(const wchar_t *str, const wchar_t *find)