Home
last modified time | relevance | path

Searched refs:gst_timed_value_control_source_get_count (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgsttimedvaluecontrolsource.h145 gint gst_timed_value_control_source_get_count (GstTimedValueControlSource * self);
Dgsttimedvaluecontrolsource.c427 gst_timed_value_control_source_get_count (GstTimedValueControlSource * self) in gst_timed_value_control_source_get_count() function
/third_party/gstreamer/gstreamer/tests/check/libs/
Dcontroller.c1114 fail_unless (gst_timed_value_control_source_get_count (tvcs) == 0); in GST_START_TEST()
1118 fail_unless (gst_timed_value_control_source_get_count (tvcs) == 1); in GST_START_TEST()
1120 fail_unless (gst_timed_value_control_source_get_count (tvcs) == 2); in GST_START_TEST()
1124 fail_unless (gst_timed_value_control_source_get_count (tvcs) == 1); in GST_START_TEST()
1126 fail_unless (gst_timed_value_control_source_get_count (tvcs) == 0); in GST_START_TEST()