Searched refs:ConvertRes (Results 1 – 1 of 1) sorted by relevance
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-dshow/ |
H A D | win-dshow.cpp | 701 static inline bool ConvertRes(int &cx, int &cy, const char *res) in ConvertRes() function 717 return ConvertRes(cx, cy, res.c_str()); in ResolutionValid() 823 ConvertRes(cx, cy, res) && ResolutionAvailable(dev, cx, cy)) in DetermineResolution() 827 if (ConvertRes(cx, cy, res) && ResolutionAvailable(dev, cx, cy)) in DetermineResolution() 831 if (ConvertRes(cx, cy, res) && ResolutionAvailable(dev, cx, cy)) in DetermineResolution() 1281 if (!ConvertRes(cx, cy, res.c_str())) in TryResolution()
|