Searched refs:timestamp1 (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range03.c | 32 struct timespec timestamp1, timestamp2; in verify_copy_file_range_timestamp() local 35 timestamp1 = 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/gstplugins_good/tests/check/elements/ |
D | rtpred.c | 760 guint32 timestamp0, timestamp1; in GST_START_TEST() local 768 timestamp1 = timestamp0 + TIMESTAMP_DIFF; in GST_START_TEST() 774 _new_rtp_buffer (TRUE, 0, PT_MEDIA, seq0, timestamp1, 0xabe2b0b, in GST_START_TEST() 797 guint32 timestamp0, timestamp1, timestamp_diff; in GST_START_TEST() local 806 timestamp1 = timestamp0 + timestamp_diff; in GST_START_TEST() 816 _new_rtp_buffer (TRUE, 0, PT_MEDIA, seq1, timestamp1, 0xabe2b0b, in GST_START_TEST() 835 guint32 timestamp0, timestamp1; in GST_START_TEST() local 844 timestamp1 = timestamp0 + TIMESTAMP_DIFF; in GST_START_TEST() 853 _new_rtp_buffer (TRUE, 0, PT_MEDIA, seq1, timestamp1, 0xabe2b0b, in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 144 GstCollectData * data1, GstClockTime timestamp1, GstCollectData * data2, 1569 GstCollectData * data1, GstClockTime timestamp1, in gst_collect_pads_default_compare_func() argument 1574 " and %" GST_TIME_FORMAT, GST_TIME_ARGS (timestamp1), in gst_collect_pads_default_compare_func() 1577 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (timestamp1))) 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()
|
D | gstcollectpads.h | 213 GstCollectData * data1, GstClockTime timestamp1,
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstinterpolationcontrolsource.c | 177 _interpolate_linear (GstClockTime timestamp1, gdouble value1, in _interpolate_linear() argument 184 (value2 - value1) / gst_guint64_to_gdouble (timestamp2 - timestamp1); in _interpolate_linear() 185 return value1 + (gst_guint64_to_gdouble (timestamp - timestamp1) * slope); in _interpolate_linear()
|