Home
last modified time | relevance | path

Searched refs:GstControlSource (Results 1 – 25 of 41) sorted by relevance

12

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstargbcontrolbinding.h62 GstControlSource *cs_a; /* GstControlSources for this property */
63 GstControlSource *cs_r;
64 GstControlSource *cs_g;
65 GstControlSource *cs_b;
96GstControlSource * cs_a, GstControlSource * cs_r,
97GstControlSource * cs_g, GstControlSource * cs_b);
Dgstdirectcontrolbinding.h81 GstControlSource *cs; /* GstControlSource for this property */
120 GstControlSource * cs);
123 GstControlSource * cs);
Dgsttriggercontrolsource.c192 GstControlSource *
195 GstControlSource *csource = in gst_trigger_control_source_new()
207 GstControlSource *csource = (GstControlSource *) self; in gst_trigger_control_source_init()
Dgstlfocontrolsource.h75 GstControlSource parent;
96 GstControlSource *gst_lfo_control_source_new (void);
Dgstargbcontrolbinding.c476 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()
Dgstlfocontrolsource.c388 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()
Dgsttriggercontrolsource.h81 GstControlSource *gst_trigger_control_source_new (void);
Dgstinterpolationcontrolsource.h98 GstControlSource * gst_interpolation_control_source_new (void);
Dgsttimedvaluecontrolsource.c118 GstControlSource *csource = (GstControlSource *) self; in gst_timed_value_control_source_reset()
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolsource.h37 (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)
Dgstcontrolsource.c57 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/
Dcontroller.c283 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/
Dgstcontroller.c220 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()
Dstruct_hppa.h19 {"GstControlSource", sizeof (GstControlSource), 136},
Dstruct_i386.h19 {"GstControlSource", sizeof (GstControlSource), 80},
Dstruct_x86_64.h19 {"GstControlSource", sizeof (GstControlSource), 136},
Dstruct_sparc.h19 {"GstControlSource", sizeof (GstControlSource), 136},
Dstruct_arm.h20 {"GstControlSource", sizeof (GstControlSource), 88},
Dstruct_ppc64.h19 {"GstControlSource", sizeof (GstControlSource), 136},
Dstruct_x86_64w.h19 {"GstControlSource", sizeof (GstControlSource), 136},
Dstruct_i386w.h19 {"GstControlSource", sizeof (GstControlSource), 88},
Dstruct_ppc32.h19 {"GstControlSource", sizeof (GstControlSource), 88},
/third_party/gstreamer/gstreamer/tests/examples/controller/
Dtext-color-example.c22 GstControlSource *cs; in main()
23 GstControlSource *cs_r, *cs_g, *cs_b; in main()
Dcontrol-sources.c183 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/
Dpitch-test.c43 GstControlSource *cs; in main()

12