Searched refs:get_value_array (Results 1 – 14 of 14) sorted by relevance
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstcontrolsource.c | 69 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()
|
| D | gstcontrolsource.h | 108 …GstControlSourceGetValueArray get_value_array; /* Returns values for a property in a given timesp… member
|
| D | gstcontrolbinding.c | 344 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()
|
| D | gstcontrolbinding.h | 142 …gboolean (* get_value_array) (GstControlBinding *binding, GstClockTime timestamp,GstClockTime inte… member
|
| /third_party/gstreamer/gstreamer/docs/random/slomo/ |
| D | controller.txt | 14 - 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/ |
| D | gstlfocontrolsource.c | 352 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()
|
| D | gstinterpolationcontrolsource.c | 607 GstControlSourceGetValueArray get_value_array; member 673 csource->get_value_array = interpolation_modes[mode].get_value_array; in gst_interpolation_control_source_set_interpolation_mode()
|
| D | gstproxycontrolbinding.c | 159 cb_class->get_value_array = gst_proxy_control_binding_get_value_array; in gst_proxy_control_binding_class_init()
|
| D | gsttriggercontrolsource.c | 212 csource->get_value_array = (GstControlSourceGetValueArray) in gst_trigger_control_source_init()
|
| D | gsttimedvaluecontrolsource.c | 121 csource->get_value_array = NULL; in gst_timed_value_control_source_reset()
|
| D | gstdirectcontrolbinding.c | 195 control_binding_class->get_value_array = in gst_direct_control_binding_class_init()
|
| D | gstargbcontrolbinding.c | 103 control_binding_class->get_value_array = in gst_argb_control_binding_class_init()
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstcontroller.c | 271 cs->get_value_array = (GstControlSourceGetValueArray) in gst_test_control_source_init()
|
| /third_party/gstreamer/gstreamer/ |
| D | ChangeLog | 16728 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
|