Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drenderer_blink_platform_impl.cc515 const std::string max_fps_str = in GetWebRtcMaxCaptureFrameRate() local
518 if (!max_fps_str.empty()) { in GetWebRtcMaxCaptureFrameRate()
520 if (base::StringToDouble(max_fps_str, &value) && value >= 0.0) in GetWebRtcMaxCaptureFrameRate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/
H A Drenderer_blink_platform_impl.cc543 const std::string max_fps_str = in GetWebRtcMaxCaptureFrameRate() local
546 if (!max_fps_str.empty()) { in GetWebRtcMaxCaptureFrameRate()
548 if (base::StringToDouble(max_fps_str, &value) && value >= 0.0) in GetWebRtcMaxCaptureFrameRate()