Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Ddata_unpacker.c48 fvals = weed_get_double_array(in_params[i], WEED_LEAF_VALUE, NULL); in dunpack_process()
H A Dfrei0r.c173 cols = weed_get_double_array(in_params[i], WEED_LEAF_VALUE, NULL); in weed_params_to_frei0r_params()
H A Dtoonz.cpp593 double *cvals = weed_get_double_array(in_params[PARAMe_COLOR], WEED_LEAF_VALUE, NULL); in paraffin_kernel()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h98 double *weed_get_double_array(weed_plant_t *, const char *key, weed_error_t *);
259 FN_TYPE double *weed_get_double_array(weed_plant_t *plant, const char *key, weed_error_t *error){_A… in weed_get_double_array() function
H A Dweed-utils.c293 double *weed_get_double_array(weed_plant_t *plant, const char *key, weed_error_t *error) { in weed_get_double_array() function
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-data.c881 double *valsD = weed_get_double_array(sparam, WEED_LEAF_VALUE, NULL); in pconx_convert_value_data()
882 double *valsd = weed_get_double_array(dparam, WEED_LEAF_VALUE, NULL); in pconx_convert_value_data()
884 double *maxd = weed_get_double_array(dptmpl, WEED_LEAF_MAX, NULL); in pconx_convert_value_data()
885 double *mind = weed_get_double_array(dptmpl, WEED_LEAF_MIN, NULL); in pconx_convert_value_data()
890 mins = weed_get_double_array(sptmpl, WEED_LEAF_MIN, NULL); in pconx_convert_value_data()
891 maxs = weed_get_double_array(sptmpl, WEED_LEAF_MAX, NULL); in pconx_convert_value_data()
934 double *valsd = weed_get_double_array(sparam, WEED_LEAF_VALUE, NULL); in pconx_convert_value_data()
1047 double *maxd = weed_get_double_array(dptmpl, WEED_LEAF_MAX, NULL); in pconx_convert_value_data()
1048 double *mind = weed_get_double_array(dptmpl, WEED_LEAF_MIN, NULL); in pconx_convert_value_data()
1219 double *maxd = weed_get_double_array(dptmpl, WEED_LEAF_MAX, NULL); in pconx_convert_value_data()
[all …]
H A Dparamwindow.c2185 valds = weed_get_double_array(wparam, WEED_LEAF_VALUE, NULL); in after_param_value_changed()
2315 maxds = weed_get_double_array(ptmpl, WEED_LEAF_MAX, NULL); in update_weed_color_value()
2322 minds = weed_get_double_array(ptmpl, WEED_LEAF_MIN, NULL); in update_weed_color_value()
2359 valds = weed_get_double_array(param, WEED_LEAF_VALUE, NULL); in update_weed_color_value()
3447 valds = weed_get_double_array(in_param, WEED_LEAF_VALUE, &error); in update_visual_params()
3549 colsds = weed_get_double_array(in_param, WEED_LEAF_VALUE, &error); in update_visual_params()
3554 maxds = weed_get_double_array(paramtmpl, WEED_LEAF_MAX, &error); in update_visual_params()
3562 minds = weed_get_double_array(paramtmpl, WEED_LEAF_MIN, &error); in update_visual_params()
H A Dplugins.c3455 colsd = weed_get_double_array(wtmpl, WEED_LEAF_HOST_DEFAULT, NULL); in weed_params_to_rfx()
3457 colsd = weed_get_double_array(wtmpl, WEED_LEAF_DEFAULT, NULL); in weed_params_to_rfx()
3458 else colsd = weed_get_double_array(wtmpl, WEED_LEAF_DEFAULT, NULL); in weed_params_to_rfx()
3462 maxd = weed_get_double_array(wtmpl, WEED_LEAF_MAX, NULL); in weed_params_to_rfx()
3470 mind = weed_get_double_array(wtmpl, WEED_LEAF_MIN, NULL); in weed_params_to_rfx()
3502 colsd = weed_get_double_array(wpar, WEED_LEAF_VALUE, NULL); in weed_params_to_rfx()
H A Deffects-weed.c9947 valds = weed_get_double_array(param, WEED_LEAF_VALUE, NULL); in fill_param_vals_to()
10032 colsds = weed_get_double_array(param, WEED_LEAF_VALUE, NULL); in fill_param_vals_to()
10036 } else cold = weed_get_double_array(paramtmpl, WEED_LEAF_NEW_DEFAULT, NULL); in fill_param_vals_to()
10037 valds = weed_get_double_array(param, WEED_LEAF_VALUE, NULL); in fill_param_vals_to()
10115 valsd = weed_get_double_array(ptmpl, WEED_LEAF_HOST_DEFAULT, &error); in get_default_element_double()
10122 valsd = weed_get_double_array(ptmpl, WEED_LEAF_DEFAULT, &error); in get_default_element_double()
10128 valsd = weed_get_double_array(ptmpl, WEED_LEAF_DEFAULT, &error); in get_default_element_double()
10304 nvalds = weed_get_double_array((weed_plant_t *)lpc[j], WEED_LEAF_VALUE, NULL); in interpolate_param()
10311 next_valuesd = weed_get_double_array((weed_plant_t *)npc[j], WEED_LEAF_VALUE, NULL); in interpolate_param()
10392 nvalds = weed_get_double_array((weed_plant_t *)lpc[j], WEED_LEAF_VALUE, NULL); in interpolate_param()
[all …]
H A Devents.c174 aseeks = weed_get_double_array(event, WEED_LEAF_AUDIO_SEEKS, NULL); in get_audio_frame_vel()
196 aseeks = weed_get_double_array(event, WEED_LEAF_AUDIO_SEEKS, NULL); in get_audio_frame_seek()
1354 double *aseek_index = weed_get_double_array(event, WEED_LEAF_AUDIO_SEEKS, NULL); in remove_audio_for_track()
3176 double *aseeks = weed_get_double_array(next_event, WEED_LEAF_AUDIO_SEEKS, NULL); in process_events()
5711 doubval = weed_get_double_array(event, propnames[i], NULL); in create_event_list_dialog()
H A Dosc.c339 double *vals = weed_get_double_array(plant, key, &error); in lives_osc_format_result()
3309 minds = weed_get_double_array(ptmpl, WEED_LEAF_MIN, NULL); in setfx()
3321 maxds = weed_get_double_array(ptmpl, WEED_LEAF_MAX, NULL); in setfx()
3518 minds = weed_get_double_array(ptmpl, WEED_LEAF_MIN, NULL); in setfx()
3531 maxds = weed_get_double_array(ptmpl, WEED_LEAF_MAX, NULL); in setfx()
H A Dmultitrack.c1517 valds = weed_get_double_array(param, WEED_LEAF_VALUE, NULL); in draw_aparams()
9994 aseeks = weed_get_double_array(event, WEED_LEAF_AUDIO_SEEKS, NULL); in mt_init_tracks()
14842 audio_seeks = weed_get_double_array(event, WEED_LEAF_AUDIO_SEEKS, NULL); in insgap_inner()
21382 aseek_index = weed_get_double_array(event, WEED_LEAF_AUDIO_SEEKS, NULL); in event_list_rectify()