Searched refs:GstControlSourceGetValue (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontrolsource.h | 76 typedef gboolean (* GstControlSourceGetValue) (GstControlSource *self, typedef 107 …GstControlSourceGetValue get_value; /* Returns the value for a property at a given tim…
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstlfocontrolsource.c | 351 GstControlSourceGetValue get; 355 (GstControlSourceGetValue) waveform_sine_get, 357 (GstControlSourceGetValue) waveform_square_get, 359 (GstControlSourceGetValue) waveform_saw_get, 361 (GstControlSourceGetValue) waveform_rsaw_get, 363 (GstControlSourceGetValue) waveform_triangle_get,
|
D | gstinterpolationcontrolsource.c | 606 GstControlSourceGetValue get; 610 (GstControlSourceGetValue) interpolate_none_get, 612 (GstControlSourceGetValue) interpolate_linear_get, 614 (GstControlSourceGetValue) interpolate_cubic_get, 616 (GstControlSourceGetValue) interpolate_cubic_monotonic_get,
|
D | gsttriggercontrolsource.c | 211 csource->get_value = (GstControlSourceGetValue) interpolate_trigger_get; in gst_trigger_control_source_init()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcontroller.c | 270 cs->get_value = (GstControlSourceGetValue) gst_test_control_source_get; in gst_test_control_source_init()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 24919 GstControlSourceGetValue() value paramater is a gdouble, not a GValue
|