Home
last modified time | relevance | path

Searched refs:need_restart (Results 1 – 25 of 117) sorted by relevance

12345

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dpreferencesdialog.cpp250 if (!need_restart) need_restart = page_drives->requiresRestart(); in requiresRestart()
251 if (!need_restart) need_restart = page_interface->requiresRestart(); in requiresRestart()
252 if (!need_restart) need_restart = page_performance->requiresRestart(); in requiresRestart()
253 if (!need_restart) need_restart = page_input->requiresRestart(); in requiresRestart()
254 if (!need_restart) need_restart = page_subtitles->requiresRestart(); in requiresRestart()
255 if (!need_restart) need_restart = page_advanced->requiresRestart(); in requiresRestart()
256 if (!need_restart) need_restart = page_playlist->requiresRestart(); in requiresRestart()
258 if (!need_restart) need_restart = page_tv->requiresRestart(); in requiresRestart()
260 if (!need_restart) need_restart = page_updates->requiresRestart(); in requiresRestart()
261 if (!need_restart) need_restart = page_network->requiresRestart(); in requiresRestart()
[all …]
/dports/deskutils/kchmviewer/kchmviewer-RELEASE_8_0/src/
H A Ddialog_setup.cpp117 *need_restart = true; in Check_Need_Restart()
151 bool need_restart = false; in accept() local
153 Check_Need_Restart( m_enableImages, &pConfig->m_browserEnableImages, &need_restart ); in accept()
154 Check_Need_Restart( m_enableJS, &pConfig->m_browserEnableJS, &need_restart ); in accept()
155 Check_Need_Restart( m_enableJava, &pConfig->m_browserEnableJava, &need_restart ); in accept()
156 Check_Need_Restart( m_enablePlugins, &pConfig->m_browserEnablePlugins, &need_restart ); in accept()
159 Check_Need_Restart( boxUseSingleClick, &pConfig->m_tabUseSingleClick, &need_restart ); in accept()
183 need_restart = true; in accept()
186 Check_Need_Restart( boxAutodetectEncoding, &pConfig->m_advAutodetectEncoding, &need_restart ); in accept()
195 need_restart = true; in accept()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dplayer_video.c164 int need_restart = 0; in bg_player_set_video_parameter() local
184 need_restart = p->video_stream.options.options_changed; in bg_player_set_video_parameter()
188 if(!need_restart && check_restart) in bg_player_set_video_parameter()
191 need_restart = in bg_player_set_video_parameter()
196 if(need_restart) in bg_player_set_video_parameter()
227 int need_restart = 0; in bg_player_set_video_filter_parameter() local
241 need_restart = in bg_player_set_video_filter_parameter()
246 if(!do_init && need_restart && !is_interrupted) in bg_player_set_video_filter_parameter()
H A Dplayer_audio.c211 int need_restart = 0; in bg_player_set_audio_parameter() local
231 need_restart = p->audio_stream.options.options_changed; in bg_player_set_audio_parameter()
235 if(!need_restart && check_restart) in bg_player_set_audio_parameter()
238 need_restart = in bg_player_set_audio_parameter()
243 if(need_restart) in bg_player_set_audio_parameter()
266 int need_restart = 0; in bg_player_set_audio_filter_parameter() local
280 need_restart = in bg_player_set_audio_filter_parameter()
285 if(!do_init && need_restart && !is_interrupted) in bg_player_set_audio_filter_parameter()
H A Dfilters.c61 int need_restart; member
88 if(!ch->need_restart) in bg_audio_filter_chain_need_restart()
93 ch->need_restart = 1; in bg_audio_filter_chain_need_restart()
266 if(f->plugin->need_restart && f->plugin->need_restart(f->handle->priv)) in bg_audio_filter_chain_set_parameter()
267 ch->need_restart = 1; in bg_audio_filter_chain_set_parameter()
284 ch->need_restart = 0; in bg_audio_filter_chain_init()
504 int need_restart; member
530 if(!ch->need_restart) in bg_video_filter_chain_need_restart()
535 ch->need_restart = 1; in bg_video_filter_chain_need_restart()
698 if(f->plugin->need_restart && f->plugin->need_restart(f->handle->priv)) in bg_video_filter_chain_set_parameter()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/videofilters/
H A Dfv_framerate.c37 int need_restart; member
100 vp->need_restart = 1; in set_parameter_framerate()
130 vp->need_restart = 0; in set_input_format_framerate()
146 return vp->need_restart; in need_restart_framerate()
179 .need_restart = need_restart_framerate,
H A Dfv_pixelformat.c37 int need_restart; member
133 vp->need_restart = 1; in set_parameter_pixelformat()
166 vp->need_restart = 0; in set_input_format_pixelformat()
182 return vp->need_restart; in need_restart_pixelformat()
217 .need_restart = need_restart_pixelformat,
H A Dfv_interlace.c50 int need_restart; member
106 return vp->need_restart; in need_restart_interlace()
128 vp->need_restart = 1; in set_parameter_interlace()
169 vp->need_restart = 0; in set_input_format_interlace()
263 .need_restart = need_restart_interlace,
H A Dfv_deinterlace.c73 int need_restart; member
248 vp->need_restart = 1; in set_parameter_deinterlace()
264 vp->need_restart = 1; in set_parameter_deinterlace()
282 vp->need_restart = 1; in set_parameter_deinterlace()
458 vp->need_restart = 0; in set_input_format_deinterlace()
472 return vp->need_restart; in need_restart_deinterlace()
528 .need_restart = need_restart_deinterlace,
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/audiofilters/
H A Dfa_sampleformat.c37 int need_restart; member
133 vp->need_restart = 1; in set_parameter_sampleformat()
166 vp->need_restart = 0; in set_input_format_sampleformat()
182 return vp->need_restart; in need_restart_sampleformat()
217 .need_restart = need_restart_sampleformat,
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dmpeg4_mediacontrol.c324 Bool shall_restart, need_restart; in RenderMediaControl() local
350 need_restart = (stack->changed==2) ? 1 : 0; in RenderMediaControl()
384 shall_restart = need_restart = 1; in RenderMediaControl()
386 shall_restart = need_restart = 0; in RenderMediaControl()
433 need_restart = 0; in RenderMediaControl()
453 need_restart = 0; in RenderMediaControl()
487 need_restart += shall_restart; in RenderMediaControl()
493 need_restart += shall_restart; in RenderMediaControl()
497 need_restart ++; in RenderMediaControl()
504 need_restart += shall_restart; in RenderMediaControl()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dmpeg4_mediacontrol.c324 Bool shall_restart, need_restart; in RenderMediaControl() local
350 need_restart = (stack->changed==2) ? 1 : 0; in RenderMediaControl()
384 shall_restart = need_restart = 1; in RenderMediaControl()
386 shall_restart = need_restart = 0; in RenderMediaControl()
433 need_restart = 0; in RenderMediaControl()
453 need_restart = 0; in RenderMediaControl()
487 need_restart += shall_restart; in RenderMediaControl()
493 need_restart += shall_restart; in RenderMediaControl()
497 need_restart ++; in RenderMediaControl()
504 need_restart += shall_restart; in RenderMediaControl()
[all …]
/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dhooks.c40 static bool need_restart; variable
173 need_restart = true; in run_hook_action()
212 if (need_restart) { in hooks_check()
214 need_restart = false; in hooks_check()
/dports/security/asignify/asignify-1.0/src/
H A Dreadpassphrase_compat.h56 int input, output, save_errno, i, need_restart; in readpassphrase() local
73 need_restart = 0; in readpassphrase()
174 need_restart = 1; in readpassphrase()
178 if (need_restart) in readpassphrase()
/dports/ports-mgmt/pkg/pkg-1.17.5/src/
H A Dreadpassphrase_compat.h56 int input, output, save_errno, i, need_restart; in readpassphrase() local
73 need_restart = 0; in readpassphrase()
174 need_restart = 1; in readpassphrase()
178 if (need_restart) in readpassphrase()
/dports/security/libfido2/libfido2-1.9.0/openbsd-compat/
H A Dreadpassphrase.c63 int input, output, save_errno, i, need_restart; in readpassphrase() local
78 need_restart = 0; in readpassphrase()
187 need_restart = 1; in readpassphrase()
191 if (need_restart) in readpassphrase()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dreadpassphrase.c43 int input, output, save_errno, i, need_restart; in readpassphrase() local
60 need_restart = 0; in readpassphrase()
167 need_restart = 1; in readpassphrase()
171 if (need_restart) in readpassphrase()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/
H A Dreadpassphrase.c70 int input, output, save_errno, i, need_restart; in readpassphrase() local
87 need_restart = 0; in readpassphrase()
195 need_restart = 1; in readpassphrase()
199 if (need_restart) in readpassphrase()
/dports/security/libressl/libressl-3.4.3/apps/nc/compat/
H A Dreadpassphrase.c67 int input, output, save_errno, i, need_restart; in readpassphrase() local
84 need_restart = 0; in readpassphrase()
190 need_restart = 1; in readpassphrase()
194 if (need_restart) in readpassphrase()
/dports/security/libressl-static/libressl-3.3.5/apps/nc/compat/
H A Dreadpassphrase.c67 int input, output, save_errno, i, need_restart; in readpassphrase() local
84 need_restart = 0; in readpassphrase()
190 need_restart = 1; in readpassphrase()
194 if (need_restart) in readpassphrase()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dreadpassphrase.c57 int input, output, save_errno, i, need_restart; in readpassphrase() local
74 need_restart = 0; in readpassphrase()
178 need_restart = 1; in readpassphrase()
182 if (need_restart) in readpassphrase()
/dports/www/obhttpd/libressl-3.4.1/apps/nc/compat/
H A Dreadpassphrase.c67 int input, output, save_errno, i, need_restart; in readpassphrase() local
84 need_restart = 0; in readpassphrase()
190 need_restart = 1; in readpassphrase()
194 if (need_restart) in readpassphrase()
/dports/security/tor/tor-0.4.6.8/src/ext/
H A Dreadpassphrase.c70 int input, output, save_errno, i, need_restart; in readpassphrase() local
87 need_restart = 0; in readpassphrase()
195 need_restart = 1; in readpassphrase()
199 if (need_restart) in readpassphrase()
/dports/security/signify/outils-0.10/src/liboutils/
H A Dreadpassphrase.c57 int input, output, save_errno, i, need_restart; in readpassphrase() local
74 need_restart = 0; in readpassphrase()
178 need_restart = 1; in readpassphrase()
182 if (need_restart) in readpassphrase()
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dreadpassphrase.c57 int input, output, save_errno, i, need_restart; in readpassphrase() local
74 need_restart = 0; in readpassphrase()
183 need_restart = 1; in readpassphrase()
187 if (need_restart) in readpassphrase()

12345