Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c2718 int maxcheck = num_tracks, i, j, num_ctmpls, num_channels; in enable_disable_channels() local
2760 if (is_in) ctmpls = weed_filter_get_in_chantmpls(filter, &num_ctmpls); in enable_disable_channels()
2761 else ctmpls = weed_filter_get_out_chantmpls(filter, &num_ctmpls); in enable_disable_channels()
2763 if (num_ctmpls > 0) { in enable_disable_channels()
2765 mand = (int *)lives_calloc(num_ctmpls, sizint); in enable_disable_channels()
2770 for (j = 0; j < num_ctmpls; j++) { in enable_disable_channels()
2778 …for (j = 0; j < num_ctmpls; j++) if (mand[j] == FALSE && (!weed_chantmpl_is_optional(ctmpls[j]))) { in enable_disable_channels()
H A Dmultitrack.c20749 int num_ctmpls, num_inct, num_outct; in event_list_rectify() local
20874 num_ctmpls = weed_leaf_num_elements(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES); in event_list_rectify()
20876 if (num_ctmpls != num_inct) { in event_list_rectify()
20883 for (i = 0; i < num_ctmpls; i++) { in event_list_rectify()
20904 num_ctmpls = weed_leaf_num_elements(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES); in event_list_rectify()
20906 if (num_ctmpls != num_outct) { in event_list_rectify()
20913 for (i = 0; i < num_ctmpls; i++) { in event_list_rectify()