Home
last modified time | relevance | path

Searched refs:external_target (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c1042 GstClockTime external_target, GstClockTime cinternal, in gst_clock_unadjust_with_calibration() argument
1052 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()
Dgstclock.h633 GstClockTime external_target,