Home
last modified time | relevance | path

Searched refs:get_value_array (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstcontrolsource.c69 self->get_value_array = NULL; in gst_control_source_init()
119 if (G_LIKELY (self->get_value_array)) { in gst_control_source_get_value_array()
120 return self->get_value_array (self, timestamp, interval, n_values, values); in gst_control_source_get_value_array()
Dgstcontrolsource.h108 …GstControlSourceGetValueArray get_value_array; /* Returns values for a property in a given timesp… member
Dgstcontrolbinding.c344 if (G_LIKELY (klass->get_value_array != NULL)) { in gst_control_binding_get_value_array()
346 klass->get_value_array (binding, timestamp, interval, n_values, values); in gst_control_binding_get_value_array()
Dgstcontrolbinding.h142 …gboolean (* get_value_array) (GstControlBinding *binding, GstClockTime timestamp,GstClockTime inte… member
/third_party/gstreamer/gstreamer/docs/random/slomo/
Dcontroller.txt14 - Optimize get_value_array() functions to not just call get() but be
16 - Optimize trigger interpolator's get_value_array() to set trigger if
23 - ? Let get_value_array() sample the values with control-period if
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstlfocontrolsource.c352 GstControlSourceGetValueArray get_value_array; member
391 csource->get_value_array = NULL; in gst_lfo_control_source_reset()
424 csource->get_value_array = waveforms[waveform].get_value_array; in gst_lfo_control_source_set_waveform()
Dgstinterpolationcontrolsource.c607 GstControlSourceGetValueArray get_value_array; member
673 csource->get_value_array = interpolation_modes[mode].get_value_array; in gst_interpolation_control_source_set_interpolation_mode()
Dgstproxycontrolbinding.c159 cb_class->get_value_array = gst_proxy_control_binding_get_value_array; in gst_proxy_control_binding_class_init()
Dgsttriggercontrolsource.c212 csource->get_value_array = (GstControlSourceGetValueArray) in gst_trigger_control_source_init()
Dgsttimedvaluecontrolsource.c121 csource->get_value_array = NULL; in gst_timed_value_control_source_reset()
Dgstdirectcontrolbinding.c195 control_binding_class->get_value_array = in gst_direct_control_binding_class_init()
Dgstargbcontrolbinding.c103 control_binding_class->get_value_array = in gst_argb_control_binding_class_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcontroller.c271 cs->get_value_array = (GstControlSourceGetValueArray) in gst_test_control_source_init()
/third_party/gstreamer/gstreamer/
DChangeLog16728 object: Add missing annotations to get_value_array() / get_value_g_array()
79554 lfocontrolsource: Optimize get_value_array()
79561 interpolationcontrolsource: Optimize get_value_array()
100985 none interpolation modes for get() and get_value_array() instead of
101111 …libs/gst/controller/gstcontroller.c: Clarify docs: The get_all, get_value_array(s) functions don't…
101114 Clarify docs: The get_all, get_value_array(s) functions