Home
last modified time | relevance | path

Searched refs:weed_get_int_array_counted (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.c392 pals = weed_get_int_array_counted(chantmpl, WEED_LEAF_PALETTE_LIST, &npals); in weed_chantmpl_get_palette_list()
397 pals = weed_get_int_array_counted(filter, WEED_LEAF_PALETTE_LIST, &npals); in weed_chantmpl_get_palette_list()
490 return weed_get_int_array_counted(channel, WEED_LEAF_ROWSTRIDES, nplanes); in weed_channel_get_rowstrides()
H A Devents.c39 if (clips) *clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &ntracks); in weed_frame_event_get_tracks()
63 if (clips) *clips = weed_get_int_array_counted(event, WEED_LEAF_AUDIO_CLIPS, &ntracks); in weed_frame_event_get_audio_tracks()
153 aclips = weed_get_int_array_counted(event, WEED_LEAF_AUDIO_CLIPS, &numaclips); in get_audio_frame_clip()
173 aclips = weed_get_int_array_counted(event, WEED_LEAF_AUDIO_CLIPS, &numaclips); in get_audio_frame_vel()
195 aclips = weed_get_int_array_counted(event, WEED_LEAF_AUDIO_CLIPS, &numaclips); in get_audio_frame_seek()
213 clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &numclips); in get_frame_event_clip()
503 clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &numframes); in remove_frame_from_event()
765 clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &numclips); in frame_event_has_frame_for_track()
1577 owners = weed_get_int_array_counted(init_event, WEED_LEAF_IN_TRACKS, &num_owners); in filter_init_has_owner()
2046 owners = weed_get_int_array_counted(event, WEED_LEAF_IN_TRACKS, &num_owners); in move_event_right()
[all …]
H A Dmultitrack.c1858 in_tracks = weed_get_int_array_counted(ievent, WEED_LEAF_IN_TRACKS, &ntracks); in track_to_channel()
1861 carray = weed_get_int_array_counted(ievent, WEED_LEAF_IN_COUNT, &nc); in track_to_channel()
1903 clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &numtracks); in get_track_index()
9877 navals = weed_get_int_array_counted(event, WEED_LEAF_IN_TRACKS, &navs); in mt_init_tracks()
9894 clip_index = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &num_tracks); in mt_init_tracks()
14801 clips = weed_get_int_array_counted(new_event, WEED_LEAF_CLIPS, &numclips); in insgap_inner()
15887 tracks = weed_get_int_array_counted(init_event, WEED_LEAF_IN_TRACKS, &numtracks); in on_mt_delfx_activate()
17894 clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &numframes); in insert_frames()
18506 clips = weed_get_int_array_counted(event, WEED_LEAF_CLIPS, &numclips); in all_present()
20584 clips = weed_get_int_array_counted(src_frame, WEED_LEAF_CLIPS, &numframes); in duplicate_frame_at()
[all …]
H A Deffects-weed.c1727 in_tracks = weed_get_int_array_counted(init_event, WEED_LEAF_IN_TRACKS, &num_in_tracks); in weed_apply_instance()
1728 out_tracks = weed_get_int_array_counted(init_event, WEED_LEAF_OUT_TRACKS, &num_out_tracks); in weed_apply_instance()
2891 in_tracks = weed_get_int_array_counted(init_event, WEED_LEAF_IN_TRACKS, &num_in_tracks); in weed_apply_audio_instance_inner()
2892 out_tracks = weed_get_int_array_counted(init_event, WEED_LEAF_OUT_TRACKS, &num_out_tracks); in weed_apply_audio_instance_inner()
3100 in_tracks = weed_get_int_array_counted(init_event, WEED_LEAF_IN_TRACKS, &ntracks); in weed_apply_audio_instance()
3409 …int nintracks, *in_tracks = weed_get_int_array_counted(init_events[i], WEED_LEAF_IN_TRACKS, &nintr… in weed_apply_filter_map()
4089 ents = weed_get_int_array_counted(plant, WEED_LEAF_AUDIO_CHANNELS, &ne); in min_audio_chans()
10356 last_valuesi = weed_get_int_array_counted((weed_plant_t *)lpc[j], WEED_LEAF_VALUE, &xnum); in interpolate_param()
10463 last_valuesi = weed_get_int_array_counted((weed_plant_t *)lpc[j], WEED_LEAF_VALUE, &xnum); in interpolate_param()
10586 last_valuesi = weed_get_int_array_counted((weed_plant_t *)lpc[j], WEED_LEAF_VALUE, &xnum); in interpolate_param()
H A Dcolourspace.c13931 return weed_get_int_array_counted(layer, WEED_LEAF_ROWSTRIDES, nplanes); in weed_layer_get_rowstrides()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h107 int32_t *weed_get_int_array_counted(weed_plant_t *, const char *key, int *count);
256 FN_TYPE int32_t *weed_get_int_array_counted(weed_plant_t *plant, const char *key, int *count){_ARRA… in weed_get_int_array_counted() function
H A Dweed-utils.c283 int32_t *weed_get_int_array_counted(weed_plant_t *plant, const char *key, int *count) { in weed_get_int_array_counted() function
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c540 return (int *)(weed_get_int_array_counted(param, WEED_LEAF_VALUE, nvalues)); in weed_param_get_array_int()
567 return weed_get_int_array_counted(channel, WEED_LEAF_ROWSTRIDES, nplanes); in weed_channel_get_rowstrides()