Home
last modified time | relevance | path

Searched refs:general_section (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dtranscoder_track.c56 bg_cfg_section_t * general_section; in create_sections() local
62 general_section = in create_sections()
64 t->general_section = bg_cfg_section_copy(general_section); in create_sections()
90 general_section = in create_sections()
97 t->audio_streams[i].general_section = bg_cfg_section_copy(general_section); in create_sections()
118 t->video_streams[i].general_section = bg_cfg_section_copy(general_section); in create_sections()
131 t->subtitle_text_streams[i].general_section = bg_cfg_section_copy(general_section); in create_sections()
152 t->subtitle_overlay_streams[i].general_section = bg_cfg_section_copy(general_section); in create_sections()
1235 if(t->audio_streams[i].general_section) in bg_transcoder_track_destroy()
1248 if(t->video_streams[i].general_section) in bg_transcoder_track_destroy()
[all …]
H A Dtranscoder_track_xml.c45 section_2_xml(s->general_section, node); in audio_stream_2_xml()
72 section_2_xml(s->general_section, node); in video_stream_2_xml()
104 section_2_xml(s->general_section, node); in subtitle_text_stream_2_xml()
139 section_2_xml(s->general_section, node); in subtitle_overlay_stream_2_xml()
159 section_2_xml(track->general_section, node); in track_2_xml()
407 s->general_section = xml_2_section(xml_doc, node); in xml_2_audio()
445 s->general_section = xml_2_section(xml_doc, node); in xml_2_video()
490 s->general_section = xml_2_section(xml_doc, node); in xml_2_subtitle_text()
537 s->general_section = xml_2_section(xml_doc, node); in xml_2_subtitle_overlay()
555 bg_cfg_section_get_parameter_string(t->general_section, in purge_track()
[all …]
H A Dtranscoder.c827 bg_cfg_section_apply(s->general_section, in init_audio_stream()
880 bg_cfg_section_apply(s->general_section, in init_video_stream()
922 bg_cfg_section_apply(s->general_section, in init_subtitle_overlay_stream()
942 bg_cfg_section_apply(s->general_section, in init_subtitle_text_stream()
2949 bg_cfg_section_apply(track->general_section, in bg_transcoder_init()
/dports/multimedia/gmerlin/gmerlin-1.2.0/include/gmerlin/
H A Dtranscoder_track.h39 bg_cfg_section_t * general_section; member
52 bg_cfg_section_t * general_section; member
62 bg_cfg_section_t * general_section; member
76 bg_cfg_section_t * general_section; member
90 bg_cfg_section_t * general_section; member
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/transcoder/
H A Dtrackdialog.c88 t->general_section, in track_dialog_create()
227 t->audio_streams[i].general_section, in track_dialog_create()
297 t->video_streams[i].general_section, in track_dialog_create()
383 t->subtitle_text_streams[i].general_section, in track_dialog_create()
451 t->subtitle_overlay_streams[i].general_section, in track_dialog_create()
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dsectionparser.py135 general_section = new_section("main", "Main")
139 append_symbol(general_section, node.symbol)
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/rust-ini-0.17.0/examples/
H A Dtest.rs43 println!("General Section: {:?}", i.general_section()); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rust-ini/examples/
H A Dtest.rs49 println!("General Section: {:?}", i.general_section()); in main()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rust-ini-0.10.3/examples/
H A Dtest.rs49 println!("General Section: {:?}", i.general_section()); in main()
/dports/www/firefox/firefox-99.0/third_party/rust/rust-ini/examples/
H A Dtest.rs49 println!("General Section: {:?}", i.general_section()); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust-ini/examples/
H A Dtest.rs49 println!("General Section: {:?}", i.general_section()); in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust-ini/examples/
H A Dtest.rs49 println!("General Section: {:?}", i.general_section()); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rust-ini/examples/
H A Dtest.rs49 println!("General Section: {:?}", i.general_section()); in main()
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/visualizer/
H A Dgmerlin_visualizer.c121 bg_cfg_section_t * general_section; member
891 win->general_section, in create_cfg_dialog()
929 bg_cfg_section_apply(v->general_section, parameters, in apply_config()
945 bg_cfg_section_get(v->general_section, parameters, in get_config()
1141 ret->general_section = in visualizer_create()
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/player/
H A Dgmerlin.h135 bg_cfg_section_t * general_section; member
H A Dcfgdialog.c105 g->general_section, in gmerlin_create_dialog()
H A Dgmerlin.c124 bg_cfg_section_apply(g->general_section, parameters, in gmerlin_apply_config()
186 bg_cfg_section_get(g->general_section, parameters, in gmerlin_get_config()
259 ret->general_section = in gmerlin_create()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/power/
H A Dcc-power-panel.c76 HdyPreferencesGroup *general_section; member
1532 gtk_widget_set_visible (GTK_WIDGET (self->general_section), show_section); in setup_general_section()
1587 gtk_widget_class_bind_template_child (widget_class, CcPowerPanel, general_section); in cc_power_panel_class_init()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/rust-ini-0.17.0/src/
H A Dlib.rs528 pub fn general_section(&self) -> &Properties { in general_section() method
1671 let section = data.general_section(); in preserve_order_property()
1706 let sec0 = new_data.general_section(); in preserve_order_write()
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/recorder/
H A Drecorder_window.c92 bg_cfg_section_t * general_section; member
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rust-ini/src/
H A Dini.rs219 pub fn general_section(&self) -> &Properties {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rust-ini-0.10.3/src/
H A Dini.rs223 pub fn general_section(&self) -> &Properties {
/dports/www/firefox/firefox-99.0/third_party/rust/rust-ini/src/
H A Dini.rs223 pub fn general_section(&self) -> &Properties {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust-ini/src/
H A Dini.rs223 pub fn general_section(&self) -> &Properties {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust-ini/src/
H A Dini.rs223 pub fn general_section(&self) -> &Properties {

12