Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c246 boolean has_out_params = FALSE; in weed_filter_categorise() local
260 if (weed_plant_has_leaf(filt, WEED_LEAF_OUT_PARAMETER_TEMPLATES)) has_out_params = TRUE; in weed_filter_categorise()
281 if (in_channels > 0 && out_channels == 0 && has_out_params) return LIVES_FX_CAT_ANALYSER; in weed_filter_categorise()
283 …if (in_channels == 0 && out_channels == 0 && has_out_params && has_in_params) return LIVES_FX_CAT_… in weed_filter_categorise()
284 if (in_channels == 0 && out_channels == 0 && has_out_params) return LIVES_FX_CAT_DATA_SOURCE; in weed_filter_categorise()
4128 boolean has_out_params = FALSE; in check_for_lives() local
4294 if (weed_plant_has_leaf(filter, WEED_LEAF_OUT_PARAMETER_TEMPLATES)) has_out_params = TRUE; in check_for_lives()
4297 && (!has_out_params))) { in check_for_lives()
4301 if (achans_in_mand >= 1 && achans_out_mand == 0 && !(has_out_params)) return 15; in check_for_lives()