Home
last modified time | relevance | path

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

123

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dmulti_blends.c226 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
231 mpy_process, NULL, in_chantmpls, out_chantmpls, in_params1, NULL);
241 (clone2 = weed_clone_plants(out_chantmpls)),
253 (clone2 = weed_clone_plants(out_chantmpls)),
265 (clone2 = weed_clone_plants(out_chantmpls)),
277 (clone2 = weed_clone_plants(out_chantmpls)),
289 (clone2 = weed_clone_plants(out_chantmpls)),
301 (clone2 = weed_clone_plants(out_chantmpls)),
H A Dmulti_transitions.c229 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", variable
237 … NULL, irisr_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
247 (clone2 = weed_clone_plants(out_chantmpls)),
256 weed_set_int_value(out_chantmpls[0], WEED_LEAF_FLAGS, 0);
262 (clone2 = weed_clone_plants(out_chantmpls)),
271 weed_set_int_value(out_chantmpls[0], WEED_LEAF_FLAGS,
278 (clone2 = weed_clone_plants(out_chantmpls)),
H A Dpalette_test.c56 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
58 NULL, ptest_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
64 weed_set_int_value(out_chantmpls[0], WEED_LEAF_YUV_CLAMPING, WEED_YUV_CLAMPING_CLAMPED);
H A Dfreenect.c313 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", 0), variable
327 NULL, out_chantmpls, in_params, NULL);
329 weed_set_int_value(out_chantmpls[0], WEED_LEAF_WIDTH, 640);
330 weed_set_int_value(out_chantmpls[0], WEED_LEAF_HEIGHT, 480);
331 …weed_set_int_array(out_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(palette_list) / 4, palette_lis…
332 …weed_set_int_array(out_chantmpls[1], WEED_LEAF_PALETTE_LIST, sizeof(apalette_list) / 4, apalette_l…
H A Dsimple_blend.c196 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", variable
206 in_chantmpls, out_chantmpls, in_params1, NULL);
217 (clone2 = weed_clone_plants(out_chantmpls)),
228 (clone2 = weed_clone_plants(out_chantmpls)),
240 (clone2 = weed_clone_plants(out_chantmpls)),
252 (clone2 = weed_clone_plants(out_chantmpls)),
H A Daudio_transition.c46 …weed_plant_t *out_chantmpls[] = {weed_audio_channel_template_init("out channel 0", WEED_CHANNEL_CA… variable
49 atrans_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dmirrors.c138 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
141 … NULL, mirrorx_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
148 (clone2 = weed_clone_plants(out_chantmpls)), NULL, NULL);
157 (clone2 = weed_clone_plants(out_chantmpls)), NULL, NULL);
H A Dfarneback_analyser.cpp290 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("X values", 0), variable
297 in_chantmpls, out_chantmpls, NULL, NULL);
302 …weed_set_int_array(out_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(opalette_list) / 4, opalette_l…
303 …weed_set_int_array(out_chantmpls[1], WEED_LEAF_PALETTE_LIST, sizeof(opalette_list) / 4, opalette_l…
H A Dfg_bg_removal.c183 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… 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)),
208 … (clone2 = weed_clone_plants(out_chantmpls)), (clone3 = weed_clone_plants(in_params)), NULL);
H A Dladspa.c410 weed_plant_t **out_chantmpls = NULL, **in_chantmpls = NULL; variable
624 out_chantmpls = (weed_plant_t **)weed_malloc(++noutchs * sizeof(weed_plant_t *));
628 out_chantmpls[0] = weed_audio_channel_template_init(cname, 0);
629 out_chantmpls[1] = NULL;
630 …if (!dual || onoutchs != 1) weed_set_int_value(out_chantmpls[0], WEED_LEAF_AUDIO_CHANNELS, noutchs…
635 weed_chantmpl_set_flags(out_chantmpls[0], cflags);
636 } else out_chantmpls = NULL;
769 in_chantmpls, out_chantmpls, in_params, out_params);
806 if (out_chantmpls) weed_free(out_chantmpls);
807 in_params = out_params = in_chantmpls = out_chantmpls = NULL;
H A Dfrei0r.c262 weed_plant_t **out_chantmpls, **in_chantmpls = NULL; variable
566 out_chantmpls = weed_malloc(2 * sizeof(weed_plant_t *));
567out_chantmpls[0] = weed_channel_template_init("out channel 0", WEED_CHANNEL_REINIT_ON_SIZE_CHANGE);
568 out_chantmpls[1] = NULL;
597 weed_free(out_chantmpls);
610 weed_free(out_chantmpls);
624 weed_free(out_chantmpls);
635 weed_free(out_chantmpls);
800 weed_free(out_chantmpls);
824 … frei0r_deinit, in_chantmpls, out_chantmpls, in_params, NULL);
[all …]
H A Dalpha_to_grey.c76 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
81 out_chantmpls, NULL, NULL);
H A Dnoise.c73 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
77 NULL, noise_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
H A Dposterise.c74 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", variable
81 … NULL, posterise_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dlibvis.c261 weed_plant_t *out_chantmpls[2]; variable
316 out_chantmpls[1] = NULL;
322 out_chantmpls[0] = weed_channel_template_init("out channel 0",
326 out_chantmpls, in_params, NULL);
H A Dnegate.c89 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
92 negate_process, NULL, in_chantmpls, out_chantmpls, NULL, NULL);
H A DrevTV.c103 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", 0), NULL}; variable
109 … NULL, revtv_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dtone_gen.c122 weed_plant_t *out_chantmpls[] = {weed_audio_channel_template_init("out channel 0", 0), NULL}; variable
127 NULL, tonegen_process, NULL, NULL, out_chantmpls, in_params, NULL);
H A Dtargeted_zoom.c102 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", 0), NULL}; variable
110 in_chantmpls, out_chantmpls, in_params, NULL);
H A Dalpha_visualizer.c208 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("output", 0), NULL}; variable
221 …weed_set_int_array(out_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(palette_list) / 4, palette_lis…
226 in_chantmpls, out_chantmpls,
H A Drotozoom.c151 weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", 0), NULL}; variable
156 … rotozoom_init, rotozoom_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
H A Dalien_overlay.c141 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
145 … alien_over_process, alien_over_deinit, in_chantmpls, out_chantmpls, NULL, NULL);
H A Dcolorkey.c101 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_I… variable
108 … NULL, &ckey_process, NULL, in_chantmpls, out_chantmpls, in_params, NULL);
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/cairo/
H A Dvector_visualiser.c314 …weed_plant_t *out_chantmpls[] = {weed_channel_template_init("video out", WEED_CHANNEL_CAN_DO_INPLA… variable
318 in_chantmpls, out_chantmpls, NULL, NULL);
325 …weed_set_int_array(out_chantmpls[0], WEED_LEAF_PALETTE_LIST, sizeof(vpalette_list) / 4, vpalette_l…
329 weed_set_int_value(out_chantmpls[0], WEED_LEAF_PALETTE_LIST, WEED_PALETTE_ARGB32);
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dscribbler.c471 weed_plant_t *out_chantmpls[2]; variable
486 out_chantmpls[0] = weed_channel_template_init("out channel 0", WEED_CHANNEL_CAN_DO_INPLACE);
487 out_chantmpls[1] = NULL;
562 in_chantmpls, out_chantmpls, in_params, NULL);
570 (clone1 = weed_clone_plants(out_chantmpls)),
588 … (clone1 = weed_clone_plants(out_chantmpls)), clone2, NULL);

123