Searched refs:timestamp2 (Results 1 – 4 of 4) sorted by relevance
32 struct timespec timestamp1, timestamp2; in verify_copy_file_range_timestamp() local45 timestamp2 = get_timestamp(fd_dest); in verify_copy_file_range_timestamp()47 diff_us = tst_timespec_diff_us(timestamp2, timestamp1); in verify_copy_file_range_timestamp()
145 GstClockTime timestamp2, gpointer user_data);1570 GstCollectData * data2, GstClockTime timestamp2, gpointer user_data) in gst_collect_pads_default_compare_func() argument1575 GST_TIME_ARGS (timestamp2)); in gst_collect_pads_default_compare_func()1578 return GST_CLOCK_TIME_IS_VALID (timestamp2) ? -1 : 0; in gst_collect_pads_default_compare_func()1580 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (timestamp2))) in gst_collect_pads_default_compare_func()1584 if (timestamp1 < timestamp2) in gst_collect_pads_default_compare_func()1587 if (timestamp1 > timestamp2) in gst_collect_pads_default_compare_func()
214 GstCollectData * data2, GstClockTime timestamp2,
178 GstClockTime timestamp2, gdouble value2, GstClockTime timestamp) in _interpolate_linear() argument180 if (GST_CLOCK_TIME_IS_VALID (timestamp2)) { in _interpolate_linear()184 (value2 - value1) / gst_guint64_to_gdouble (timestamp2 - timestamp1); in _interpolate_linear()