Home
last modified time | relevance | path

Searched refs:timestamp2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range03.c32 struct timespec timestamp1, timestamp2; in verify_copy_file_range_timestamp() local
45 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()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c145 GstClockTime timestamp2, gpointer user_data);
1570 GstCollectData * data2, GstClockTime timestamp2, gpointer user_data) in gst_collect_pads_default_compare_func() argument
1575 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()
Dgstcollectpads.h214 GstCollectData * data2, GstClockTime timestamp2,
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstinterpolationcontrolsource.c178 GstClockTime timestamp2, gdouble value2, GstClockTime timestamp) in _interpolate_linear() argument
180 if (GST_CLOCK_TIME_IS_VALID (timestamp2)) { in _interpolate_linear()
184 (value2 - value1) / gst_guint64_to_gdouble (timestamp2 - timestamp1); in _interpolate_linear()