Home
last modified time | relevance | path

Searched refs:get_internal_time (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394clock.c77 gstclock_class->get_internal_time = gst_1394_clock_get_internal_time; in gst_1394_clock_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioclock.c61 gstclock_class->get_internal_time = gst_audio_clock_get_internal_time; in gst_audio_clock_class_init()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgst-cpu-throttling-clock.c196 clock_klass->get_internal_time = _get_internal_time; in gst_cpu_throttling_clock_class_init()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h523 GstClockTime (*get_internal_time) (GstClock *clock); member
Dgstclock.c1123 if (G_UNLIKELY (cclass->get_internal_time == NULL)) in gst_clock_get_internal_time()
1126 ret = cclass->get_internal_time (clock); in gst_clock_get_internal_time()
Dgstsystemclock.c432 gstclock_class->get_internal_time = gst_system_clock_get_internal_time; in gst_system_clock_class_init()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c272 gstclock_class->get_internal_time = in gst_test_clock_class_init()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c1091 clock_class->get_internal_time = gst_net_client_clock_get_internal_time; in gst_net_client_clock_class_init()
Dgstptpclock.c2390 clock_class->get_internal_time = gst_ptp_clock_get_internal_time; in gst_ptp_clock_class_init()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1917 clock_class->get_internal_time = gst_decklink_clock_get_internal_time; in gst_decklink_clock_class_init()