/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstargbcontrolbinding.h | 62 GstControlSource *cs_a; /* GstControlSources for this property */ 63 GstControlSource *cs_r; 64 GstControlSource *cs_g; 65 GstControlSource *cs_b; 96 … GstControlSource * cs_a, GstControlSource * cs_r, 97 … GstControlSource * cs_g, GstControlSource * cs_b);
|
D | gstdirectcontrolbinding.h | 81 GstControlSource *cs; /* GstControlSource for this property */ 120 GstControlSource * cs); 123 GstControlSource * cs);
|
D | gsttriggercontrolsource.c | 192 GstControlSource * 195 GstControlSource *csource = in gst_trigger_control_source_new() 207 GstControlSource *csource = (GstControlSource *) self; in gst_trigger_control_source_init()
|
D | gstlfocontrolsource.h | 75 GstControlSource parent; 96 GstControlSource *gst_lfo_control_source_new (void);
|
D | gstargbcontrolbinding.c | 476 GstControlSource * cs_a, GstControlSource * cs_r, GstControlSource * cs_g, in gst_argb_control_binding_new() 477 GstControlSource * cs_b) in gst_argb_control_binding_new()
|
D | gstlfocontrolsource.c | 388 GstControlSource *csource = GST_CONTROL_SOURCE (self); in gst_lfo_control_source_reset() 401 GstControlSource * 404 GstControlSource *csource = g_object_new (GST_TYPE_LFO_CONTROL_SOURCE, NULL); in gst_lfo_control_source_new() 416 GstControlSource *csource = GST_CONTROL_SOURCE (self); in gst_lfo_control_source_set_waveform()
|
D | gsttriggercontrolsource.h | 81 GstControlSource *gst_trigger_control_source_new (void);
|
D | gstinterpolationcontrolsource.h | 98 GstControlSource * gst_interpolation_control_source_new (void);
|
D | gsttimedvaluecontrolsource.c | 118 GstControlSource *csource = (GstControlSource *) self; in gst_timed_value_control_source_reset()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontrolsource.h | 37 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_CONTROL_SOURCE,GstControlSource)) 47 typedef struct _GstControlSource GstControlSource; typedef 76 typedef gboolean (* GstControlSourceGetValue) (GstControlSource *self, 92 typedef gboolean (* GstControlSourceGetValueArray) (GstControlSource *self, 135 gboolean gst_control_source_get_value (GstControlSource *self, GstClockTime times… 138 gboolean gst_control_source_get_value_array (GstControlSource *self, GstClockTime times… 141 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstControlSource, gst_object_unref)
|
D | gstcontrolsource.c | 57 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstControlSource, gst_control_source, 66 gst_control_source_init (GstControlSource * self) in gst_control_source_init() 83 gst_control_source_get_value (GstControlSource * self, GstClockTime timestamp, in gst_control_source_get_value() 111 gst_control_source_get_value_array (GstControlSource * self, in gst_control_source_get_value_array()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | controller.c | 283 GstControlSource *cs; in GST_START_TEST() 306 GstControlSource *cs; in GST_START_TEST() 336 GstControlSource *cs; in GST_START_TEST() 386 GstControlSource *cs; in GST_START_TEST() 423 GstControlSource *cs; in GST_START_TEST() 469 GstControlSource *cs; in GST_START_TEST() 508 GstControlSource *cs; in GST_START_TEST() 561 GstControlSource *cs; in GST_START_TEST() 604 GstControlSource *cs; in GST_START_TEST() 670 GstControlSource *cs; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcontroller.c | 220 GstControlSource parent; 268 GstControlSource *cs = (GstControlSource *) self; in gst_test_control_source_init() 324 GstControlSource *cs; 336 GstControlSource * cs) in gst_test_control_binding_new() 652 GstControlSource *cs, *test_cs; in GST_START_TEST() 656 cs = (GstControlSource *) gst_test_control_source_new (); in GST_START_TEST() 686 GstControlSource *cs; in GST_START_TEST() 691 cs = (GstControlSource *) gst_test_control_source_new (); in GST_START_TEST()
|
D | struct_hppa.h | 19 {"GstControlSource", sizeof (GstControlSource), 136},
|
D | struct_i386.h | 19 {"GstControlSource", sizeof (GstControlSource), 80},
|
D | struct_x86_64.h | 19 {"GstControlSource", sizeof (GstControlSource), 136},
|
D | struct_sparc.h | 19 {"GstControlSource", sizeof (GstControlSource), 136},
|
D | struct_arm.h | 20 {"GstControlSource", sizeof (GstControlSource), 88},
|
D | struct_ppc64.h | 19 {"GstControlSource", sizeof (GstControlSource), 136},
|
D | struct_x86_64w.h | 19 {"GstControlSource", sizeof (GstControlSource), 136},
|
D | struct_i386w.h | 19 {"GstControlSource", sizeof (GstControlSource), 88},
|
D | struct_ppc32.h | 19 {"GstControlSource", sizeof (GstControlSource), 88},
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | text-color-example.c | 22 GstControlSource *cs; in main() 23 GstControlSource *cs_r, *cs_g, *cs_b; in main()
|
D | control-sources.c | 183 GstControlSource *cs; in test_interpolation() 266 GstControlSource *cs; in test_lfo() 371 GstControlSource *cs1, *cs2; in test_chained_lfo()
|
/third_party/gstreamer/gstplugins_bad/tests/icles/ |
D | pitch-test.c | 43 GstControlSource *cs; in main()
|