Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h80 int64_t weed_get_int64_value(weed_plant_t *, const char *key, weed_error_t *);
209 FN_TYPE int64_t weed_get_int64_value(weed_plant_t *plant, const char *key, weed_error_t *error) {_W… in weed_get_int64_value() function
H A Dweed-utils.c178 int64_t weed_get_int64_value(weed_plant_t *plant, const char *key, weed_error_t *error) { in weed_get_int64_value() function
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.c265 int64_t min = weed_get_int64_value(*tuner, "min", NULL); in autotune_u64_end()
274 max = weed_get_int64_value(*tuner, "max", NULL); in autotune_u64_end()
287 …tottime += (weed_get_int64_value(*tuner, "tottime", NULL)) - weed_get_int64_value(*tuner, "tstart"… in autotune_u64_end()
410 get_tunert(weed_get_int64_value(*tuner, WEED_LEAF_INDEX, NULL)), val); in autotune_u64_end()
2077 *i64val = weed_get_int64_value(lpt, _RV_, NULL); in fg_run_func()
H A Dweed-effects-utils.c631 return weed_get_int64_value(param, WEED_LEAF_VALUE, NULL); in weed_param_get_value_int64()
H A Devents.c539 frame = weed_get_int64_value(event, WEED_LEAF_FRAMES, NULL); in is_blank_frame()
2357 … (cfile->resample_events + i++)->value = (int)weed_get_int64_value(event, WEED_LEAF_FRAMES, NULL); in event_list_to_block()
2395 tc_offs = weed_get_int64_value(event, WEED_LEAF_TC_ADJUSTMENT, NULL); in event_list_close_gaps()
3211 int64_t offs = weed_get_int64_value(next_event, WEED_LEAF_HOST_SCRAP_FILE_OFFSET, NULL); in process_events()
3695 rec_delta_tc = weed_get_int64_value(event, WEED_LEAF_TCDELTA, NULL); in render_events()
3795 rec_delta_tc = weed_get_int64_value(event, WEED_LEAF_TCDELTA, NULL); in render_events()
3842 offs = weed_get_int64_value(event, WEED_LEAF_HOST_SCRAP_FILE_OFFSET, &weed_error); in render_events()
H A Deffects-weed.c10291 …if (lpc[j] && npc[j]) tc_diff = weed_get_int64_value((weed_plant_t *)npc[j], WEED_LEAF_TIMECODE, N… in interpolate_param()
10292weed_get_int64_value((weed_plant_t *)lpc[j], WEED_LEAF_TIMECODE, NULL); in interpolate_param()
10317 …(double)((tc - weed_get_int64_value((weed_plant_t *)lpc[j], WEED_LEAF_TIMECODE, NULL)) / TICKS_PER… in interpolate_param()
10370 ((tc_diff2 = (tc - weed_get_int64_value((weed_plant_t *)lpc[j], in interpolate_param()
10418 ((tc_diff2 = (tc - weed_get_int64_value((weed_plant_t *)lpc[j], in interpolate_param()
10479 ((tc_diff2 = (tc - weed_get_int64_value((weed_plant_t *)lpc[j], in interpolate_param()
10534 ((tc_diff2 = (tc - weed_get_int64_value((weed_plant_t *)lpc[j], in interpolate_param()
10591 …((tc - weed_get_int64_value((weed_plant_t *)lpc[j], WEED_LEAF_TIMECODE, NULL)) / TICKS_PER_SECOND_… in interpolate_param()
H A Dmultitrack.c5723 event_id = (uint64_t)(weed_get_int64_value(event, WEED_LEAF_INIT_EVENT, NULL)); in load_event_list_inner()
17942 frame = weed_get_int64_value(event, WEED_LEAF_FRAMES, NULL); in insert_frames()
20500 …if (num_init_events == 1 && weed_get_int64_value(filter_map, WEED_LEAF_INIT_EVENTS, NULL) == 0) re… in filter_map_check()
21006 event_id = (uint64_t)(weed_get_int64_value(event, WEED_LEAF_EVENT_ID, NULL)); in event_list_rectify()
21044 event_id = (uint64_t)(weed_get_int64_value(event, WEED_LEAF_INIT_EVENT, NULL)); in event_list_rectify()
21168 event_id = (uint64_t)(weed_get_int64_value(event, WEED_LEAF_INIT_EVENT, NULL)); in event_list_rectify()
H A Dmain.c7557 weed_timecode_t tc = weed_get_int64_value(layer, WEED_LEAF_HOST_TC, NULL); in check_layer_ready()