Home
last modified time | relevance | path

Searched refs:GST_IS_CLOCK (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c476 g_return_val_if_fail (GST_IS_CLOCK (clock), NULL); in gst_clock_new_single_shot_id()
500 g_return_val_if_fail (GST_IS_CLOCK (clock), NULL); in gst_clock_new_periodic_id()
888 g_return_val_if_fail (GST_IS_CLOCK (clock), 0); in gst_clock_set_resolution()
915 g_return_val_if_fail (GST_IS_CLOCK (clock), 0); in gst_clock_get_resolution()
1114 g_return_val_if_fail (GST_IS_CLOCK (clock), GST_CLOCK_TIME_NONE); in gst_clock_get_internal_time()
1159 g_return_val_if_fail (GST_IS_CLOCK (clock), GST_CLOCK_TIME_NONE); in gst_clock_get_time()
1214 g_return_if_fail (GST_IS_CLOCK (clock)); in gst_clock_set_calibration()
1257 g_return_if_fail (GST_IS_CLOCK (clock)); in gst_clock_get_calibration()
1330 g_return_val_if_fail (GST_IS_CLOCK (clock), FALSE); in gst_clock_set_master()
1406 g_return_val_if_fail (GST_IS_CLOCK (clock), NULL); in gst_clock_get_master()
[all …]
Dgstclock.h35 #define GST_IS_CLOCK(clock) (G_TYPE_CHECK_INSTANCE_TYPE ((clock), GST_TYPE_CLOCK)) macro
Dgstelement.c441 g_return_val_if_fail (clock == NULL || GST_IS_CLOCK (clock), FALSE); in gst_element_set_clock()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnettimeprovider.c466 g_return_val_if_fail (clock && GST_IS_CLOCK (clock), NULL); in gst_net_time_provider_new()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c847 !GST_IS_CLOCK (GST_ELEMENT_CLOCK (self)) || in gst_aggregator_wait_and_check()