Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstclock.h622 GstClockTime gst_clock_adjust_unlocked (GstClock *clock, GstClockTime internal);
Dgstclock.c997 gst_clock_adjust_unlocked (GstClock * clock, GstClockTime internal) in gst_clock_adjust_unlocked() function
1168 ret = gst_clock_adjust_unlocked (clock, ret); in gst_clock_get_time()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c554 now = gst_clock_adjust_unlocked (GST_CLOCK (test_clock), priv->internal_time); in gst_test_clock_add_entry()
/third_party/gstreamer/gstreamer/
DChangeLog102442 * gst/gstclock.c: (gst_clock_adjust_unlocked),
117508 (gst_clock_adjust_unlocked): Adjust using uint64_scale and the
118560 (gst_clock_adjust_unlocked): Use the right calibration data.
118690 * gst/gstclock.c: (gst_clock_init), (gst_clock_adjust_unlocked),
118707 * gst/gstclock.c (gst_clock_adjust_unlocked): Implement using rate
133601 (gst_clock_adjust_unlocked), (gst_clock_get_time):