Home
last modified time | relevance | path

Searched refs:CONFIG_SUBCATEGORY (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dcomplete_preferences.cpp141 case CONFIG_SUBCATEGORY: in PrefsTree()
218 else if( p_item->i_type == CONFIG_SUBCATEGORY ) in PrefsTree()
514 if( p_item->i_type == CONFIG_SUBCATEGORY && in contains()
554 ( p_item->i_type == CONFIG_CATEGORY || p_item->i_type == CONFIG_SUBCATEGORY ) in contains()
569 ( p_item->i_type == CONFIG_CATEGORY || p_item->i_type == CONFIG_SUBCATEGORY ) in contains()
613 if( p_item->i_type == CONFIG_SUBCATEGORY && in AdvPrefsPanel()
677 p_item->i_type == CONFIG_SUBCATEGORY ) ) in AdvPrefsPanel()
720 p_item->i_type == CONFIG_SUBCATEGORY ) ) in AdvPrefsPanel()
H A Dpreferences_widgets.cpp561 if( p_cfg->i_type == CONFIG_SUBCATEGORY && in finish()
677 if( p_cfg->i_type == CONFIG_SUBCATEGORY && in finish()
686 if( p_cfg->i_type == CONFIG_SUBCATEGORY && in finish()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_plugin.h116 #define CONFIG_SUBCATEGORY 0x07 /* Set subcategory */ macro
362 add_type_inner( CONFIG_SUBCATEGORY ) \
/dports/multimedia/vlc/vlc-3.0.16/extras/analyser/
H A Dzsh.cpp210 if (cfg->i_type == CONFIG_SUBCATEGORY) in PrintModule()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A Dprefs_widgets.m1259 if (p_cfg->i_type == CONFIG_SUBCATEGORY &&
1296 if (p_config->i_type == CONFIG_SUBCATEGORY &&
1979 if (p_config->i_type == CONFIG_SUBCATEGORY &&
1999 if (p_config->i_type == CONFIG_SUBCATEGORY &&
H A Dprefs.m522 else if (configType == CONFIG_SUBCATEGORY) {
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20071782 … when switching categories within the preferences. The options for CONFIG_SUBCATEGORY and CONFIG_C…