Home
last modified time | relevance | path

Searched refs:GstControlSourceGetValue (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstcontrolsource.h76 typedef gboolean (* GstControlSourceGetValue) (GstControlSource *self, typedef
107GstControlSourceGetValue get_value; /* Returns the value for a property at a given tim…
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstlfocontrolsource.c351 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,
Dgstinterpolationcontrolsource.c606 GstControlSourceGetValue get;
610 (GstControlSourceGetValue) interpolate_none_get,
612 (GstControlSourceGetValue) interpolate_linear_get,
614 (GstControlSourceGetValue) interpolate_cubic_get,
616 (GstControlSourceGetValue) interpolate_cubic_monotonic_get,
Dgsttriggercontrolsource.c211 csource->get_value = (GstControlSourceGetValue) interpolate_trigger_get; in gst_trigger_control_source_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcontroller.c270 cs->get_value = (GstControlSourceGetValue) gst_test_control_source_get; in gst_test_control_source_init()
/third_party/gstreamer/gstreamer/
DChangeLog24919 GstControlSourceGetValue() value paramater is a gdouble, not a GValue