Home
last modified time | relevance | path

Searched refs:weed_get_voidptr_value (Results 1 – 25 of 68) sorted by relevance

123

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dfrei0r.c114 f0r_construct = weed_get_voidptr_value(filter, "plugin_f0r_construct", NULL); in frei0r_init()
130 f0r_inst = weed_get_voidptr_value(inst, "plugin_f0r_inst", NULL); in frei0r_deinit()
131 f0r_destruct = weed_get_voidptr_value(filter, "plugin_f0r_destruct", NULL); in frei0r_deinit()
145 f0r_instance_t f0rinst = weed_get_voidptr_value(inst, "plugin_f0r_inst", NULL); in weed_params_to_frei0r_params()
202 f0r_inst = weed_get_voidptr_value(inst, "plugin_f0r_inst", NULL); in frei0r_process()
212 f0r_update = weed_get_voidptr_value(filter, "plugin_f0r_update", NULL); in frei0r_process()
218 f0r_update = weed_get_voidptr_value(filter, "plugin_f0r_update", NULL); in frei0r_process()
222 weed_get_voidptr_value(out_channels[0], in frei0r_process()
229 f0r_update2 = weed_get_voidptr_value(filter, "plugin_f0r_update2", NULL); in frei0r_process()
233weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL), NULL, weed_get_voidptr_value(o… in frei0r_process()
[all …]
H A DonedTV.c79 struct _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in oned_deinit()
102 sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in oned_process()
108 osrc = src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in oned_process()
109 dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in oned_process()
H A Dblank_frame_detector.c54 _sdata *sdata = (_sdata *)weed_get_voidptr_value(inst, "plugin_internal", NULL); in bfd_deinit()
62 _sdata *sdata = (_sdata *)weed_get_voidptr_value(inst, "plugin_internal", NULL); in bfd_process()
64 …unsigned char *src = (unsigned char *)weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NUL… in bfd_process()
H A Dbump2d.c88 _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in bumpmap_deinit()
103 unsigned char *src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL), *isrc = src; in bumpmap_process()
104 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in bumpmap_process()
119 _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in bumpmap_process()
H A Dmulti_transitions.c70 _sdata *sdata = (_sdata *)weed_get_voidptr_value(inst, "plugin_internal", NULL); in dissolve_deinit()
84 unsigned char *src1 = weed_get_voidptr_value(in_channels[0], WEED_LEAF_PIXEL_DATA, NULL); in common_process()
85 unsigned char *src2 = weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL); in common_process()
86 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in common_process()
123 if (type == 3) sdata = (_sdata *)weed_get_voidptr_value(inst, "plugin_internal", NULL); in common_process()
H A Dfg_bg_removal.c72 static_data *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in common_deinit()
87 unsigned char *src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in common_process()
88 unsigned char *dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in common_process()
124 sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in common_process()
H A Dvertigo.c122 struct _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in vertigo_deinit()
149 sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in vertigo_process()
153 src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in vertigo_process()
154 dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in vertigo_process()
H A Dcolorkey.c32 unsigned char *src1 = weed_get_voidptr_value(in_channels[0], WEED_LEAF_PIXEL_DATA, NULL); in ckey_process()
33 unsigned char *src2 = weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL); in ckey_process()
34 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in ckey_process()
H A Dplasma.c88 _sdata *sd = weed_get_voidptr_value(inst, "plugin_internal", NULL); in plasma_deinit()
99 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in plasma_process()
103 _sdata *sd = weed_get_voidptr_value(inst, "plugin_internal", NULL); in plasma_process()
H A Dalpha_visualizer.c48 uint8_t *dst = (uint8_t *)weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in alphav_process()
79 alphaf = (float *)weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in alphav_process()
119 alphau = (uint8_t *)weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in alphav_process()
157 alphau = (uint8_t *)weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in alphav_process()
H A DfireTV.c192 sdata = weed_get_voidptr_value(inst, "plugin_internal", &error); in fire_deinit()
217 sdata = weed_get_voidptr_value(inst, "plugin_internal", &error); in fire_process()
221 src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, &error); in fire_process()
222 dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, &error); in fire_process()
H A DlifeTV.c184 sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in lifetv_deinit()
213 sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in lifetv_process()
217 src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in lifetv_process()
218 dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in lifetv_process()
H A Dlayout_blends.c34 unsigned char *src1 = weed_get_voidptr_value(in_channels[0], WEED_LEAF_PIXEL_DATA, NULL); in common_process()
35 unsigned char *src2 = weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL); in common_process()
36 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in common_process()
H A Dnoise.c37 unsigned char *src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in noise_process()
38 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in noise_process()
H A Dposterise.c32 unsigned char *src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in posterise_process()
33 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in posterise_process()
H A Dfreenect.c195 _sdata *sd = weed_get_voidptr_value(inst, "plugin_internal", NULL); in lives_freenect_deinit()
226 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in lives_freenect_process()
227 unsigned char *dsta = weed_get_voidptr_value(out_alpha, WEED_LEAF_PIXEL_DATA, NULL); in lives_freenect_process()
229 _sdata *sd = weed_get_voidptr_value(inst, "plugin_internal", NULL); in lives_freenect_process()
H A Dslide_over.c54 unsigned char *src1 = weed_get_voidptr_value(in_channels[0], WEED_LEAF_PIXEL_DATA, NULL); in sover_process()
55 unsigned char *src2 = weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL); in sover_process()
56 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in sover_process()
H A DrevTV.c52 src = (unsigned char *)weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in revtv_process()
53 dest = (unsigned char *)weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in revtv_process()
H A Dkaleidoscope.c201 unsigned char *src = weed_get_voidptr_value(in_channel, WEED_LEAF_PIXEL_DATA, NULL); in kal_process()
202 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in kal_process()
204 sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in kal_process()
347 sdata *sd = weed_get_voidptr_value(inst, "plugin_internal", NULL); in kal_deinit()
H A Dalien_overlay.c66 static_data *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in alien_over_deinit()
81 static_data *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in alien_over_process()
H A Dxeffect.c58 uint8_t *map = weed_get_voidptr_value(inst, "plugin_map", NULL); in xeffect_deinit()
66 uint8_t *map = weed_get_voidptr_value(inst, "plugin_map", NULL); in xeffect_process()
H A Drandomiser.c78 _sdata *sdata = (_sdata *)weed_get_voidptr_value(inst, "plugin_internal", NULL); in randomiser_deinit()
91 _sdata *sdata = (_sdata *)weed_get_voidptr_value(inst, "plugin_internal", NULL); in randomiser_process()
H A Dccorrect.c68 _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in ccorrect_deinit()
76 _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in ccorrect_process()
H A Dmulti_blends.c41 unsigned char *src1 = weed_get_voidptr_value(in_channels[0], WEED_LEAF_PIXEL_DATA, NULL); in common_process()
42 unsigned char *src2 = weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL); in common_process()
43 unsigned char *dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in common_process()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dmask_overlay.c181 struct _sdata *sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in masko_deinit()
212 sdata = weed_get_voidptr_value(inst, "plugin_internal", NULL); in masko_process()
216 dst = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in masko_process()
217 src0 = weed_get_voidptr_value(in_channels[0], WEED_LEAF_PIXEL_DATA, NULL); in masko_process()
218 src1 = weed_get_voidptr_value(in_channels[1], WEED_LEAF_PIXEL_DATA, NULL); in masko_process()

123