/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gsttimedvaluecontrolsource.h | 37 …_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 …]
|
D | gsttimedvaluecontrolsource.c | 56 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 …]
|
D | gstinterpolationcontrolsource.c | 56 _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 …]
|
D | gsttriggercontrolsource.c | 64 _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()
|
D | gsttriggercontrolsource.h | 61 GstTimedValueControlSource parent;
|
D | gstinterpolationcontrolsource.h | 78 GstTimedValueControlSource parent;
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | controller.c | 307 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 …]
|
D | struct_sparc.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
|
D | struct_ppc32.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 128},
|
D | struct_ppc64.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
|
D | struct_i386.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 120},
|
D | struct_arm.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 128},
|
D | struct_x86_64.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
|
D | struct_hppa.h | 27 {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | audio-example.c | 21 GstTimedValueControlSource *tvcs; in main() 63 tvcs = (GstTimedValueControlSource *) cs1; in main() 69 tvcs = (GstTimedValueControlSource *) cs2; in main()
|
D | absolute-example.c | 71 gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, 0, 0); in main() 73 gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, in main()
|
D | controller-graph.c | 47 GstTimedValueControlSource *tvcs = (GstTimedValueControlSource *) cs; in on_graph_draw()
|
D | control-sources.c | 182 GstTimedValueControlSource *tvcs; in test_interpolation() 192 tvcs = (GstTimedValueControlSource *) cs; in test_interpolation()
|
/third_party/gstreamer/gstplugins_bad/tests/icles/ |
D | pitch-test.c | 44 GstTimedValueControlSource *tvcs; in main() 79 tvcs = (GstTimedValueControlSource *) cs; in main()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | audio-trickplay.c | 53 GstTimedValueControlSource *tvcs; in main() 142 tvcs = (GstTimedValueControlSource *) cs1; in main() 148 tvcs = (GstTimedValueControlSource *) cs2; in main()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | controller.c | 87 GstTimedValueControlSource *tvcs; in main() 116 tvcs = (GstTimedValueControlSource *) cs; in main()
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | camctrl.c | 104 gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, ts, in set_program()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | volume.c | 1737 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()
|
D | audiomixer.c | 1767 GstTimedValueControlSource *tvcs; in set_pad_volume_fade() 1777 tvcs = (GstTimedValueControlSource *) cs; in set_pad_volume_fade()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | porting-to-1.0.txt | 581 GstTimedValueControlSource baseclass and 2 sub classes: 583 and getting the timestamps is in GstTimedValueControlSource.
|