Home
last modified time | relevance | path

Searched refs:max_fps (Results 201 – 225 of 315) sorted by relevance

12345678910>>...13

/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Doptions.cpp40 list("Maximum Frame Rate", &prf->max_fps, OS_REBUILD); in build()
63 if(prf->max_fps) in build()
H A Dprefs.cpp91 key("maxfps", max_fps, 100); desc("Maximum fps"); in init()
/dports/graphics/zbar/zbar-0.23.90/qt/
H A DQZBarThread.h137 int get_resolution(int index, unsigned &width, unsigned &height, float &max_fps);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/
H A Dframe_generator_capturer.h153 void UpdateFps(int max_fps) RTC_EXCLUSIVE_LOCKS_REQUIRED(&lock_);
/dports/games/warmux/warmux-11.04/src/game/
H A Dconfig.cpp119 , max_fps(25) in Config()
122 , max_fps(50) in Config()
495 XmlReader::ReadUint(elem, "max_fps", max_fps); in LoadXml()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/
H A Dframe_generator_capturer.h153 void UpdateFps(int max_fps) RTC_EXCLUSIVE_LOCKS_REQUIRED(&lock_);
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/rendering/progressive/
H A Dprogressiveframerenderer.cpp410 const double max_fps, in DisplayFunc() argument
416 , m_target_elapsed(1.0 / max_fps) in DisplayFunc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva.h194 u32 max_fps; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva.h194 u32 max_fps; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva.h194 u32 max_fps; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/chromeos/
H A Dcamera_hal_delegate.cc251 float max_fps = 1.0 * 1000000000LL / duration; in GetSupportedFormats() local
260 if (fps > max_fps) { in GetSupportedFormats()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dcommandline_options.hpp131 boost::optional<int> max_fps; member in commandline_options
H A Dcommandline_options.cpp102 max_fps(), in commandline_options()
374 max_fps = vm["max-fps"].as<int>(); in commandline_options()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/chromeos/
H A Dcamera_hal_delegate.cc242 float max_fps = 1.0 * 1000000000LL / duration; in GetSupportedFormats() local
256 if (fps > max_fps) { in GetSupportedFormats()
/dports/graphics/zbar/zbar-0.23.90/zbarcam/
H A Dzbarcam-qt.cpp360 float max_fps; member
697 if (!zbar->get_resolution(i, cur_res.width, cur_res.height, cur_res.max_fps)) in setEnabled()
700 fps.setNum(cur_res.max_fps, 'f', 2); in setEnabled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc1555 float max_fps = 0.0; in GetEncoderInfo() local
1558 codec_.spatialLayers[si].maxFramerate > max_fps) { in GetEncoderInfo()
1559 max_fps = codec_.spatialLayers[si].maxFramerate; in GetEncoderInfo()
1571 codec_.spatialLayers[si].maxFramerate / max_fps; in GetEncoderInfo()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dgamewin.c1351 if ((fps_average < 5.0f) || (max_fps != limit_fps)) in display_game_handler()
1354 if (((times_FPS_below_3 > 10) || (max_fps != limit_fps)) && (shadows_on || use_eye_candy )) in display_game_handler()
1356 if (max_fps == limit_fps) in display_game_handler()
1441 if (max_fps != limit_fps) in display_game_handler()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/media-conduit/
H A DVideoConduit.cpp1499 unsigned int cur_fs, mb_width, mb_height, max_fps; in SelectSendFrameRate() local
1506 max_fps = mCurSendCodecConfig->mEncodingConstraints.maxMbps/cur_fs; in SelectSendFrameRate()
1507 if (max_fps < mSendingFramerate) { in SelectSendFrameRate()
1508 new_framerate = max_fps; in SelectSendFrameRate()
/dports/devel/allegro/allegro-4.4.3.1/demos/shooter/
H A Dtitle.c870 if (max_fps || updated) { in title_screen()
877 if (!max_fps && !updated) { in title_screen()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/applemedia/
H A Davfvideosrc.m1582 gdouble min_fps, max_fps;
1587 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps];
1588 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d);
1594 if (min_fps != max_fps)
1602 if (min_fps != max_fps) {
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/sys/applemedia/
H A Davfvideosrc.m1582 gdouble min_fps, max_fps;
1587 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps];
1588 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d);
1594 if (min_fps != max_fps)
1602 if (min_fps != max_fps) {
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/sys/applemedia/
H A Davfvideosrc.m1582 gdouble min_fps, max_fps;
1587 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps];
1588 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d);
1594 if (min_fps != max_fps)
1602 if (min_fps != max_fps) {
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/sys/applemedia/
H A Davfvideosrc.m1582 gdouble min_fps, max_fps;
1587 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps];
1588 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d);
1594 if (min_fps != max_fps)
1602 if (min_fps != max_fps) {
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/applemedia/
H A Davfvideosrc.m1582 gdouble min_fps, max_fps;
1587 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps];
1588 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d);
1594 if (min_fps != max_fps)
1602 if (min_fps != max_fps) {
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/sys/applemedia/
H A Davfvideosrc.m1582 gdouble min_fps, max_fps;
1587 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps];
1588 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d);
1594 if (min_fps != max_fps)
1602 if (min_fps != max_fps) {

12345678910>>...13