Home
last modified time | relevance | path

Searched refs:next_base_time (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/gstreamer1-plugins-gnonlin/gnonlin-1.4.0/gnl/
H A Dgnloperation.h66 GstClockTime next_base_time; member
H A Dgnloperation.c186 operation->next_base_time = 0; in gnl_operation_reset()
783 timestamp, &operation->next_base_time)) { in gnl_operation_update_base_time()
791 GST_TIME_FORMAT, GST_TIME_ARGS (operation->next_base_time)); in gnl_operation_update_base_time()
H A Dgnlghostpad.c285 segment.base = GNL_OPERATION (object)->next_base_time; in translate_incoming_segment()
287 GST_TIME_ARGS (GNL_OPERATION (object)->next_base_time)); in translate_incoming_segment()
H A Dgnlcomposition.c131 guint64 next_base_time; member
643 priv->next_base_time = 0; in gnl_composition_reset()
728 copy.base = comp->priv->next_base_time; in ghost_event_probe_handler()
731 GST_TIME_ARGS (comp->priv->next_base_time), in ghost_event_probe_handler()
732 GST_TIME_ARGS (comp->priv->next_base_time + rstop - rstart)); in ghost_event_probe_handler()
733 comp->priv->next_base_time += rstop - rstart; in ghost_event_probe_handler()
1131 comp->priv->next_base_time = 0; in handle_seek_event()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/plugins/nle/
H A Dnleoperation.h64 GstClockTime next_base_time; member
H A Dnleoperation.c202 operation->next_base_time = 0; in nle_operation_reset()
840 timestamp, &operation->next_base_time)) { in nle_operation_update_base_time()
848 GST_TIME_FORMAT, GST_TIME_ARGS (operation->next_base_time)); in nle_operation_update_base_time()
H A Dnlecomposition.c169 guint64 next_base_time; member
583 priv->next_base_time = 0; in _seek_pipeline_func()
648 priv->next_base_time = 0; in _commit_all_values()
676 comp->priv->next_base_time = 0; in _initialize_stack_func()
1196 priv->next_base_time = 0; in nle_composition_reset()
1297 copy.base = comp->priv->next_base_time; in ghost_event_probe_handler()
1300 GST_TIME_ARGS (comp->priv->next_base_time), in ghost_event_probe_handler()
1301 GST_TIME_ARGS (comp->priv->next_base_time + rstop - rstart)); in ghost_event_probe_handler()
1302 comp->priv->next_base_time += rstop - rstart; in ghost_event_probe_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_taprio.c705 ktime_t next_base_time, extension_time; in should_change_schedules() local
710 next_base_time = sched_base_time(admin); in should_change_schedules()
715 if (ktime_compare(next_base_time, close_time) <= 0) in should_change_schedules()
729 if (ktime_compare(next_base_time, extension_time) <= 0) in should_change_schedules()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_taprio.c705 ktime_t next_base_time, extension_time; in should_change_schedules() local
710 next_base_time = sched_base_time(admin); in should_change_schedules()
715 if (ktime_compare(next_base_time, close_time) <= 0) in should_change_schedules()
729 if (ktime_compare(next_base_time, extension_time) <= 0) in should_change_schedules()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dsch_taprio.c705 ktime_t next_base_time, extension_time; in should_change_schedules() local
710 next_base_time = sched_base_time(admin); in should_change_schedules()
715 if (ktime_compare(next_base_time, close_time) <= 0) in should_change_schedules()
729 if (ktime_compare(next_base_time, extension_time) <= 0) in should_change_schedules()
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dwrite_run.c1553 double next_base_time= 0.0, next_base_count= 0.0, first_base_time= 0.0; in Xorriso_pacifier_loop() local
1647 first_base_time= base_time= next_base_time= current_time; in Xorriso_pacifier_loop()
1649 } else if(next_base_time > 0 && current_time - next_base_time >= 10) { in Xorriso_pacifier_loop()
1650 base_time= next_base_time; in Xorriso_pacifier_loop()
1652 next_base_time= current_time; in Xorriso_pacifier_loop()