Home
last modified time | relevance | path

Searched refs:weed_get_plant_type (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.h358 #define WEED_PLANT_IS_EVENT(plant) ((plant != NULL && weed_get_plant_type(plant) == WEED_PLANT_EVEN…
359 #define WEED_PLANT_IS_EVENT_LIST(plant) ((plant != NULL && weed_get_plant_type(plant) == WEED_PLANT…
H A Dmultitrack.c20799 ebuf = rec_error_add(ebuf, "Event has no timecode", weed_get_plant_type(event), -1); in event_list_rectify()
20813 if (weed_get_plant_type(event) != WEED_PLANT_EVENT) { in event_list_rectify()
20814 ebuf = rec_error_add(ebuf, "Invalid plant type", weed_get_plant_type(event), tc); in event_list_rectify()
20838 ebuf = rec_error_add(ebuf, "Event has no event_type", weed_get_plant_type(event), tc); in event_list_rectify()
H A Deffects-weed.c11863 if ((type = weed_get_plant_type(plant)) == WEED_PLANT_UNKNOWN) { in weed_plant_deserialise()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h135 int32_t weed_get_plant_type(weed_plant_t *);
H A Dweed-utils.c426 int32_t weed_get_plant_type(weed_plant_t *plant) { in weed_get_plant_type() function