Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.c2739 int total_in_channels = 0; in append_filter_init_event() local
2760 …tmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES, &total_in_channels); in append_filter_init_event()
2762 if (total_in_channels > 0) { in append_filter_init_event()
2763 int count[total_in_channels]; in append_filter_init_event()
2764 for (i = 0; i < total_in_channels; i++) { in append_filter_init_event()
2776 for (i = 0; i < total_in_channels; i++) { in append_filter_init_event()
2801 weed_set_int_array(event, WEED_LEAF_IN_COUNT, total_in_channels, count); in append_filter_init_event()