Searched refs:external_target (Results 1 – 2 of 2) sorted by relevance
1042 GstClockTime external_target, GstClockTime cinternal, in gst_clock_unadjust_with_calibration() argument1052 if (G_LIKELY (external_target >= cexternal)) { in gst_clock_unadjust_with_calibration()1053 ret = external_target - cexternal; in gst_clock_unadjust_with_calibration()1057 ret = cexternal - external_target; in gst_clock_unadjust_with_calibration()
633 GstClockTime external_target,