Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c274 case GST_CLOCK_ERROR: in gst_clock_return_get_name()
586 g_return_val_if_fail (id != NULL, GST_CLOCK_ERROR); in gst_clock_id_wait()
636 return GST_CLOCK_ERROR; in gst_clock_id_wait()
668 g_return_val_if_fail (id != NULL, GST_CLOCK_ERROR); in gst_clock_id_wait_async()
669 g_return_val_if_fail (func != NULL, GST_CLOCK_ERROR); in gst_clock_id_wait_async()
713 return GST_CLOCK_ERROR; in gst_clock_id_wait_async()
Dgstclock.h320 GST_CLOCK_ERROR = 5, enumerator
Dgstsystemclock.c1246 return GST_CLOCK_ERROR; in gst_system_clock_id_wait_async()
Dgstenumtypes.c273 { C_ENUM(GST_CLOCK_ERROR), "GST_CLOCK_ERROR", "error" }, in gst_clock_return_get_type()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c147 GstClockReturn status = GST_CLOCK_ERROR; in gst_test_util_wait_for_clock_id_end()