Home
last modified time | relevance | path

Searched refs:ghb_settings_combo_int (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/gtk/src/
H A Dcallbacks.c1412 if (ghb_settings_combo_int(settings, "PtoPType") == 0) in ghb_title_range_get_duration()
1418 else if (ghb_settings_combo_int(settings, "PtoPType") == 1) in ghb_title_range_get_duration()
1424 else if (ghb_settings_combo_int(settings, "PtoPType") == 2) in ghb_title_range_get_duration()
1619 if (ghb_settings_combo_int(ud->settings, "PtoPType") == 0) in check_chapter_markers()
2889 if (ghb_settings_combo_int(ud->settings, "PtoPType") == 1) in ptop_widget_changed_cb()
2898 if (ghb_settings_combo_int(ud->settings, "PtoPType") == 0) in ptop_widget_changed_cb()
3278 if (ghb_settings_combo_int(ud->settings, "PtoPType") != 1) in ptop_input_cb()
3302 if (ghb_settings_combo_int(ud->settings, "PtoPType") != 1) in ptop_output_cb()
3328 if (ghb_settings_combo_int(ud->settings, "PtoPType") == 0) in sanitize_ptop()
3372 if (ghb_settings_combo_int(ud->settings, "PtoPType") == 0) in update_ptop()
[all …]
H A Dsettings.h95 gint ghb_settings_combo_int(const GhbValue *settings, const gchar *key);
H A Dhb-backend.c2998 opts->filter_id = ghb_settings_combo_int(ud->settings, in deint_opts_set()
3013 opts->filter_id = ghb_settings_combo_int(ud->settings, in denoise_opts_set()
3028 opts->filter_id = ghb_settings_combo_int(ud->settings, in sharpen_opts_set()
3802 pic_par = ghb_settings_combo_int(ud->settings, "PicturePAR"); in ghb_picture_settings_deps()
4065 uiGeo.mode = ghb_settings_combo_int(settings, "PicturePAR"); in ghb_set_scale_settings()
4345 filter_id = ghb_settings_combo_int(settings, "PictureDeinterlaceFilter"); in ghb_validate_filters()
4383 filter_id = ghb_settings_combo_int(settings, "PictureDenoiseFilter"); in ghb_validate_filters()
4414 filter_id = ghb_settings_combo_int(settings, "PictureSharpenFilter"); in ghb_validate_filters()
H A Dsettings.c45 ghb_settings_combo_int(const GhbValue *settings, const gchar *key) in ghb_settings_combo_int() function