Home
last modified time | relevance | path

Searched refs:GstTimedValueControlSource (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgsttimedvaluecontrolsource.h37 …_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TIMED_VALUE_CONTROL_SOURCE, GstTimedValueControlSource))
47 typedef struct _GstTimedValueControlSource GstTimedValueControlSource; typedef
114 g_mutex_lock(&((GstTimedValueControlSource *)o)->lock)
116 g_mutex_unlock(&((GstTimedValueControlSource *)o)->lock)
125 GstTimedValueControlSource * self,
128 gboolean gst_timed_value_control_source_set (GstTimedValueControlSource * self,
132 gboolean gst_timed_value_control_source_set_from_list (GstTimedValueControlSource * self,
135 gboolean gst_timed_value_control_source_unset (GstTimedValueControlSource * self,
139 void gst_timed_value_control_source_unset_all (GstTimedValueControlSource *self);
142 GList * gst_timed_value_control_source_get_all (GstTimedValueControlSource * self);
[all …]
Dgsttimedvaluecontrolsource.c56 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstTimedValueControlSource,
116 gst_timed_value_control_source_reset (GstTimedValueControlSource * self) in gst_timed_value_control_source_reset()
168 _make_new_cp (GstTimedValueControlSource * self, GstClockTime timestamp, in _make_new_cp()
182 gst_timed_value_control_source_set_internal (GstTimedValueControlSource * in gst_timed_value_control_source_set_internal()
238 (GstTimedValueControlSource * self, GstClockTime timestamp) in gst_timed_value_control_source_find_control_point_iter()
271 gst_timed_value_control_source_set (GstTimedValueControlSource * self, in gst_timed_value_control_source_set()
293 gst_timed_value_control_source_set_from_list (GstTimedValueControlSource * in gst_timed_value_control_source_set_from_list()
327 gst_timed_value_control_source_unset (GstTimedValueControlSource * self, in gst_timed_value_control_source_unset()
371 gst_timed_value_control_source_unset_all (GstTimedValueControlSource * self) in gst_timed_value_control_source_unset_all()
404 gst_timed_value_control_source_get_all (GstTimedValueControlSource * self) in gst_timed_value_control_source_get_all()
[all …]
Dgstinterpolationcontrolsource.c56 _get_nearest_control_points (GstTimedValueControlSource * self, in _get_nearest_control_points()
76 _get_nearest_control_points2 (GstTimedValueControlSource * self, in _get_nearest_control_points2()
112 _interpolate_none (GstTimedValueControlSource * self, GstControlPoint * cp) in _interpolate_none()
118 interpolate_none_get (GstTimedValueControlSource * self, GstClockTime timestamp, in interpolate_none_get()
139 interpolate_none_get_value_array (GstTimedValueControlSource * self, in interpolate_none_get_value_array()
192 interpolate_linear_get (GstTimedValueControlSource * self, in interpolate_linear_get()
211 interpolate_linear_get_value_array (GstTimedValueControlSource * self, in interpolate_linear_get_value_array()
264 _interpolate_cubic_update_cache (GstTimedValueControlSource * self) in _interpolate_cubic_update_cache()
343 _interpolate_cubic (GstTimedValueControlSource * self, GstControlPoint * cp1, in _interpolate_cubic()
375 interpolate_cubic_get (GstTimedValueControlSource * self, in interpolate_cubic_get()
[all …]
Dgsttriggercontrolsource.c64 _interpolate_trigger (GstTimedValueControlSource * self, GSequenceIter * iter, in _interpolate_trigger()
89 interpolate_trigger_get (GstTimedValueControlSource * self, in interpolate_trigger_get()
109 interpolate_trigger_get_value_array (GstTimedValueControlSource * self, in interpolate_trigger_get_value_array()
Dgsttriggercontrolsource.h61 GstTimedValueControlSource parent;
Dgstinterpolationcontrolsource.h78 GstTimedValueControlSource parent;
/third_party/gstreamer/gstreamer/tests/check/libs/
Dcontroller.c307 GstTimedValueControlSource *tvcs; in GST_START_TEST()
317 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
337 GstTimedValueControlSource *tvcs; in GST_START_TEST()
345 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
387 GstTimedValueControlSource *tvcs; in GST_START_TEST()
394 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
424 GstTimedValueControlSource *tvcs; in GST_START_TEST()
431 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
470 GstTimedValueControlSource *tvcs; in GST_START_TEST()
477 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
[all …]
Dstruct_sparc.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
Dstruct_ppc32.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 128},
Dstruct_ppc64.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
Dstruct_i386.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 120},
Dstruct_arm.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 128},
Dstruct_x86_64.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
Dstruct_hppa.h27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
/third_party/gstreamer/gstreamer/tests/examples/controller/
Daudio-example.c21 GstTimedValueControlSource *tvcs; in main()
63 tvcs = (GstTimedValueControlSource *) cs1; in main()
69 tvcs = (GstTimedValueControlSource *) cs2; in main()
Dabsolute-example.c71 gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, 0, 0); in main()
73 gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, in main()
Dcontroller-graph.c47 GstTimedValueControlSource *tvcs = (GstTimedValueControlSource *) cs; in on_graph_draw()
Dcontrol-sources.c182 GstTimedValueControlSource *tvcs; in test_interpolation()
192 tvcs = (GstTimedValueControlSource *) cs; in test_interpolation()
/third_party/gstreamer/gstplugins_bad/tests/icles/
Dpitch-test.c44 GstTimedValueControlSource *tvcs; in main()
79 tvcs = (GstTimedValueControlSource *) cs; in main()
/third_party/gstreamer/gstplugins_base/tests/icles/
Daudio-trickplay.c53 GstTimedValueControlSource *tvcs; in main()
142 tvcs = (GstTimedValueControlSource *) cs1; in main()
148 tvcs = (GstTimedValueControlSource *) cs2; in main()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcontroller.c87 GstTimedValueControlSource *tvcs; in main()
116 tvcs = (GstTimedValueControlSource *) cs; in main()
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dcamctrl.c104 gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, ts, in set_program()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvolume.c1737 GstTimedValueControlSource *tvcs; in GST_START_TEST()
1749 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
1765 GstTimedValueControlSource *tvcs; in GST_START_TEST()
1781 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
1822 GstTimedValueControlSource *tvcs; in GST_START_TEST()
1838 tvcs = (GstTimedValueControlSource *) cs; in GST_START_TEST()
Daudiomixer.c1767 GstTimedValueControlSource *tvcs; in set_pad_volume_fade()
1777 tvcs = (GstTimedValueControlSource *) cs; in set_pad_volume_fade()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt581 GstTimedValueControlSource baseclass and 2 sub classes:
583 and getting the timestamps is in GstTimedValueControlSource.

12