/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/ |
H A D | transcoder_track.c | 56 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 D | transcoder_track_xml.c | 45 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 D | transcoder.c | 827 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 D | transcoder_track.h | 39 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 D | trackdialog.c | 88 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 D | sectionparser.py | 135 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 D | test.rs | 43 println!("General Section: {:?}", i.general_section()); in main()
|
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rust-ini/examples/ |
H A D | test.rs | 49 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 D | test.rs | 49 println!("General Section: {:?}", i.general_section()); in main()
|
/dports/www/firefox/firefox-99.0/third_party/rust/rust-ini/examples/ |
H A D | test.rs | 49 println!("General Section: {:?}", i.general_section()); in main()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust-ini/examples/ |
H A D | test.rs | 49 println!("General Section: {:?}", i.general_section()); in main()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust-ini/examples/ |
H A D | test.rs | 49 println!("General Section: {:?}", i.general_section()); in main()
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rust-ini/examples/ |
H A D | test.rs | 49 println!("General Section: {:?}", i.general_section()); in main()
|
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/visualizer/ |
H A D | gmerlin_visualizer.c | 121 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 D | gmerlin.h | 135 bg_cfg_section_t * general_section; member
|
H A D | cfgdialog.c | 105 g->general_section, in gmerlin_create_dialog()
|
H A D | gmerlin.c | 124 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 D | cc-power-panel.c | 76 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 D | lib.rs | 528 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 D | recorder_window.c | 92 bg_cfg_section_t * general_section; member
|
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rust-ini/src/ |
H A D | ini.rs | 219 pub fn general_section(&self) -> &Properties {
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rust-ini-0.10.3/src/ |
H A D | ini.rs | 223 pub fn general_section(&self) -> &Properties {
|
/dports/www/firefox/firefox-99.0/third_party/rust/rust-ini/src/ |
H A D | ini.rs | 223 pub fn general_section(&self) -> &Properties {
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust-ini/src/ |
H A D | ini.rs | 223 pub fn general_section(&self) -> &Properties {
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust-ini/src/ |
H A D | ini.rs | 223 pub fn general_section(&self) -> &Properties {
|