gst_clock_get_internal_time  918 gst/gstclock.c     ret = gst_clock_get_internal_time (clock);
gst_clock_get_internal_time 1032 gst/gstclock.c   stime = gst_clock_get_internal_time (clock);
gst_clock_get_internal_time  525 gst/gstclock.h GstClockTime		gst_clock_get_internal_time	(GstClock *clock);
gst_clock_get_internal_time  298 libs/gst/net/gstnetclientclock.c     diff = gst_clock_get_internal_time (GST_CLOCK (self));
gst_clock_get_internal_time  300 libs/gst/net/gstnetclientclock.c     diff = gst_clock_get_internal_time (GST_CLOCK (self)) - diff;
gst_clock_get_internal_time  355 libs/gst/net/gstnetclientclock.c       packet->local_time = gst_clock_get_internal_time (GST_CLOCK (self));
gst_clock_get_internal_time  369 libs/gst/net/gstnetclientclock.c       GstClockTime new_local = gst_clock_get_internal_time (GST_CLOCK (self));
gst_clock_get_internal_time  554 libs/gst/net/gstnetclientclock.c   internal = gst_clock_get_internal_time (GST_CLOCK (ret));
gst_clock_get_internal_time  578 tests/check/gst/gstsystemclock.c   stime = gst_clock_get_internal_time (clock);