Home
last modified time | relevance | path

Searched refs:in_chantmpls (Results 1 – 25 of 61) sorted by relevance

123

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dfrei0r.c262 weed_plant_t **out_chantmpls, **in_chantmpls = NULL; variable
572 in_chantmpls = NULL;
577 in_chantmpls[1] = NULL;
583 in_chantmpls[2] = NULL;
590 in_chantmpls[3] = NULL;
598 if (in_chantmpls != NULL) weed_free(in_chantmpls);
611 if (in_chantmpls != NULL) weed_free(in_chantmpls);
625 if (in_chantmpls != NULL) weed_free(in_chantmpls);
636 if (in_chantmpls != NULL) weed_free(in_chantmpls);
801 if (in_chantmpls != NULL) weed_free(in_chantmpls);
[all …]
H A Dmulti_blends.c225 …weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), weed_channel_templa… variable
231 mpy_process, NULL, in_chantmpls, out_chantmpls, in_params1, NULL);
240 (clone1 = weed_clone_plants(in_chantmpls)),
252 (clone1 = weed_clone_plants(in_chantmpls)),
264 (clone1 = weed_clone_plants(in_chantmpls)),
276 (clone1 = weed_clone_plants(in_chantmpls)),
288 (clone1 = weed_clone_plants(in_chantmpls)),
300 (clone1 = weed_clone_plants(in_chantmpls)),
H A Dpalette_test.c55 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
58 NULL, ptest_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
63 weed_set_int_value(in_chantmpls[0], WEED_LEAF_YUV_CLAMPING, WEED_YUV_CLAMPING_CLAMPED);
H A Dsimple_blend.c193 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), variable
206 in_chantmpls, out_chantmpls, in_params1, NULL);
216 (clone1 = weed_clone_plants(in_chantmpls)),
227 (clone1 = weed_clone_plants(in_chantmpls)),
239 (clone1 = weed_clone_plants(in_chantmpls)),
251 (clone1 = weed_clone_plants(in_chantmpls)),
H A Daudio_transition.c43 weed_plant_t *in_chantmpls[] = {weed_audio_channel_template_init("in channel 0", 0), variable
49 atrans_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dmirrors.c137 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
141 … NULL, mirrorx_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
147 (clone1 = weed_clone_plants(in_chantmpls)),
156 (clone1 = weed_clone_plants(in_chantmpls)),
H A Dfarneback_analyser.cpp284 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel", variable
297 in_chantmpls, out_chantmpls, NULL, NULL);
301 …weed_set_int_array(in_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(ipalette_list) / 4, ipalette_li…
305 weed_set_int_value(in_chantmpls[0], WEED_LEAF_YUV_CLAMPING, WEED_YUV_CLAMPING_UNCLAMPED);
H A Dmulti_transitions.c225 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), variable
237 … NULL, irisr_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
246 (clone1 = weed_clone_plants(in_chantmpls)),
261 (clone1 = weed_clone_plants(in_chantmpls)),
277 (clone1 = weed_clone_plants(in_chantmpls)),
H A Dlibvis.c270 …weed_plant_t *in_chantmpls[] = {weed_audio_channel_template_init("In audio", WEED_CHANNEL_OPTIONAL… variable
283 weed_set_int_value(in_chantmpls[0], WEED_LEAF_AUDIO_RATE, 44100);
284 weed_set_int_value(in_chantmpls[0], WEED_LEAF_MAX_AUDIO_LENGTH, LIBVIS_ABUF_SIZE);
285 weed_set_int_value(in_chantmpls[0], WEED_LEAF_MIN_AUDIO_LENGTH, LIBVIS_ABUF_SIZE);
325 libvis_init, libvis_process, libvis_deinit, in_chantmpls,
H A Dfg_bg_removal.c182 …weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", WEED_CHANNEL_REINIT_ON_… variable
188 … common_init, t1_process, common_deinit, in_chantmpls, out_chantmpls, in_params, NULL);
196 … (clone1 = weed_clone_plants(in_chantmpls)), (clone2 = weed_clone_plants(out_chantmpls)),
207 (clone1 = weed_clone_plants(in_chantmpls)),
H A Dladspa.c410 weed_plant_t **out_chantmpls = NULL, **in_chantmpls = NULL; variable
612 in_chantmpls = (weed_plant_t **)weed_malloc(2 * sizeof(weed_plant_t *));
616 in_chantmpls[0] = weed_audio_channel_template_init(cname, 0);
618 weed_chantmpl_set_flags(in_chantmpls[0], cflags);
619 in_chantmpls[1] = NULL;
620 … if (!dual || oninchs != 1) weed_set_int_value(in_chantmpls[0], WEED_LEAF_AUDIO_CHANNELS, ninchs);
621 } else in_chantmpls = NULL;
769 in_chantmpls, out_chantmpls, in_params, out_params);
805 if (in_chantmpls) weed_free(in_chantmpls);
807 in_params = out_params = in_chantmpls = out_chantmpls = NULL;
H A Dcomic.c171 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
174 … palette_list, NULL, comic_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
177 weed_set_int_value(in_chantmpls[0], WEED_LEAF_YUV_CLAMPING, WEED_YUV_CLAMPING_UNCLAMPED);
H A Dalpha_to_grey.c75 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
80 in_chantmpls,
H A Dsoftlight.c172 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
175 … NULL, softlight_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
178 weed_set_int_value(in_chantmpls[0], WEED_LEAF_YUV_CLAMPING, WEED_YUV_CLAMPING_UNCLAMPED);
H A Dnoise.c72 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
77 NULL, noise_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
H A Dposterise.c73 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
81 … NULL, posterise_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dnegate.c88 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
92 negate_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
H A Daudio_volume.c179 weed_plant_t *in_chantmpls[] = {weed_audio_channel_template_init("in channel 0", variable
192 … avol_init, avol_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
194 …weed_set_int_value(in_chantmpls[0], WEED_LEAF_MAX_REPEATS, 0); // set optional repeats of this cha…
H A DrevTV.c102 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
109 … NULL, revtv_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dblank_frame_detector.c112 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
114 … bfd_init, bfd_process, bfd_deinit, in_chantmpls, NULL, in_params, out_params);
H A Dtargeted_zoom.c101 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("in channel 0", 0), NULL}; variable
110 in_chantmpls, out_chantmpls, in_params, NULL);
H A Dalpha_visualizer.c207 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("alpha input", 0), NULL}; variable
220 …weed_set_int_array(in_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(apalette_list) / 4, apalette_li…
226 in_chantmpls, out_chantmpls,
H A Daudio_fft.c154 weed_plant_t *in_chantmpls[] = {weed_audio_channel_template_init("in channel 0", 0), NULL}; variable
158 NULL, in_chantmpls, NULL, in_params, out_params);
H A Dalpha_means.c122 weed_plant_t *in_chantmpls[] = {weed_channel_template_init("alpha float", 0), NULL}; variable
136 in_chantmpls, NULL,
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/cairo/
H A Dvector_visualiser.c308 weed_plant_t *in_chantmpls[] = { variable
318 in_chantmpls, out_chantmpls, NULL, NULL);
322 …weed_set_int_array(in_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(vpalette_list) / 4, vpalette_li…
323 …weed_set_int_array(in_chantmpls[1], WEED_LEAF_PALETTE_LIST, sizeof(apalette_list) / 4, apalette_li…
324 …weed_set_int_array(in_chantmpls[2], WEED_LEAF_PALETTE_LIST, sizeof(apalette_list) / 4, apalette_li…
328 weed_set_int_value(in_chantmpls[0], WEED_LEAF_PALETTE_LIST, WEED_PALETTE_ARGB32);

123