Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dfirstrun.cpp42 config_PutInt( p_intf, "metadata-network-access", checkbox->isChecked() ); in save()
44 config_PutInt( p_intf, "qt-updates-notif", checkbox2->isChecked() ); in save()
46 config_PutInt( p_intf, "qt-privacy-ask", 0 ); in save()
H A Derrors.cpp102 config_PutInt( p_intf, "qt-error-dialogs", 0 ); in dontShow()
H A Dextended.cpp213 config_PutInt( p_intf, qtu(i.key()), value.toInt() ) ; in saveConfig()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_configuration.h100 VLC_API void config_PutInt(vlc_object_t *, const char *, int64_t);
144 #define config_PutInt(a,b,c) config_PutInt(VLC_OBJECT(a),b,c) macro
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCSimplePrefsController.m875 config_PutInt(p_intf, name, [p_valueobject intValue]);
955 config_PutInt(p_intf, "audio", [_audio_enableCheckbox state]);
985 config_PutInt(p_intf, "video", [_video_enableCheckbox state]);
987 config_PutInt(p_intf, "video-deco", [_video_videodecoCheckbox state]);
988 config_PutInt(p_intf, "video-on-top", [_video_onTopCheckbox state]);
989 config_PutInt(p_intf, "macosx-black", [_video_blackScreenCheckbox state]);
993 config_PutInt(p_intf, "embedded-video", [_video_embeddedCheckbox state]);
1013 config_PutInt(p_intf, "postproc-q", [_input_postprocTextField intValue]);
1014 config_PutInt(p_intf, "skip-frames", [_input_skipFramesCheckbox state]);
1038 config_PutInt(p_intf, "osd", [_osd_osdCheckbox state]);
[all …]
H A DVLCCoreInteraction.m488 config_PutInt(p_playlist, "random", 1);
496 config_PutInt(p_playlist, "random", 0);
510 config_PutInt(p_playlist, "repeat", NO);
511 config_PutInt(p_playlist, "loop", YES);
530 config_PutInt(p_playlist, "repeat", YES);
531 config_PutInt(p_playlist, "loop", NO);
550 config_PutInt(p_playlist, "repeat", NO);
551 config_PutInt(p_playlist, "loop", NO);
722 config_PutInt(getIntf(), "macosx-lock-aspect-ratio", b_value);
H A DVLCMain.m375 config_PutInt(p_intf, "random", var_GetBool(p_playlist, "random"));
376 config_PutInt(p_intf, "loop", var_GetBool(p_playlist, "loop"));
377 config_PutInt(p_intf, "repeat", var_GetBool(p_playlist, "repeat"));
H A DVLCResumeDialogController.m121 config_PutInt(getIntf(), "macosx-continue-playback", newState);
H A DVLCMainMenu.m675 config_PutInt(getIntf(), "macosx-show-effects-button", b_value);
683 config_PutInt(getIntf(), "macosx-show-playback-buttons", b_value);
696 config_PutInt(getIntf(), "macosx-show-playmode-buttons", b_value);
800 config_PutInt(getIntf(), "play-and-exit", b_value);
1016 config_PutInt(getIntf(), "macosx-vdev", [sender tag]);
H A DVLCStatusBarIcon.m146 config_PutInt(getIntf(), "macosx-statusicon", isVisible ? 1 : 0);
H A DVLCOutput.m385 config_PutInt(getIntf(), "ttl", [self.streamTTLTextField intValue]);
H A DVLCMainWindow.m259 config_PutInt(getIntf(), "metadata-network-access", returnValue == NSAlertDefaultReturn);
H A Dprefs_widgets.m883 config_PutInt(getIntf(), psz_name, [self intValue]);
/dports/multimedia/vlc/vlc-3.0.16/modules/lua/libs/
H A Dconfiguration.c87 config_PutInt( p_this, psz_name, luaL_checkinteger( L, 2 ) ); in vlclua_config_set()
91 config_PutInt( p_this, psz_name, luaL_checkboolean( L, 2 ) ); in vlclua_config_set()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dsimple_preferences.cpp1069 #define CaC( name, factor ) config_PutInt( p_intf, name, i_comboValue * factor ) in apply()
1104 config_PutInt( p_intf, "qt-fullscreen-screennumber", i_fullscreenScreen ); in apply()
1157 config_PutInt( p_intf, "volume-save", !b_reset_volume ); in apply()
1165 config_PutInt( p_intf, "freetype-shadow-opacity", 128 ); in apply()
1168 config_PutInt( p_intf, "freetype-shadow-opacity", 0 ); in apply()
1173 config_PutInt( p_intf, "freetype-background-opacity", 128 ); in apply()
1176 config_PutInt( p_intf, "freetype-background-opacity", 0 ); in apply()
H A Dpreferences_widgets.cpp750 config_PutInt( p_this, getName(), getValue() ); in doApply()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/
H A Dinput_manager.cpp1144 config_PutInt( p_intf, "random", var_ToggleBool( THEPL, "random" ) ); in toggleRandom()
1186 config_PutInt( p_intf, "loop", loop ); in loopRepeatLoopStatus()
1187 config_PutInt( p_intf, "repeat", repeat ); in loopRepeatLoopStatus()
1193 config_PutInt( p_intf, "play-and-exit", b_exit ); in activatePlayQuit()
/dports/multimedia/vlc/vlc-3.0.16/src/config/
H A Dcore.c217 #undef config_PutInt
225 void config_PutInt( vlc_object_t *p_this, const char *psz_name, in config_PutInt() function
/dports/multimedia/vlc/vlc-3.0.16/src/
H A Dlibvlccore.sym64 config_PutInt
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/chromecast/
H A Dcast.cpp1206 config_PutInt(p_stream, SOUT_CFG_PREFIX "show-perf-warning", 0 ); in UpdateOutput()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dauhal.c939 config_PutInt(p_aout, "auhal-volume", in VolumeSet()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-2003187 …back to config_PutInt when using the fullscreen button on the interface. This allows to remember t…