Home
last modified time | relevance | path

Searched refs:convert_g_value (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c245 self->convert_g_value = abs_convert_g_value_to_##type; \ in gst_direct_control_binding_constructor()
249 self->convert_g_value = convert_g_value_to_##type; \ in gst_direct_control_binding_constructor()
281 self->convert_g_value = convert_g_value_to_boolean; in gst_direct_control_binding_constructor()
286 self->convert_g_value = convert_g_value_to_enum; in gst_direct_control_binding_constructor()
387 self->convert_g_value (self, src_val, dst_val); in gst_direct_control_binding_sync_values()
416 self->convert_g_value (self, src_val, dst_val); in gst_direct_control_binding_get_value()
486 convert = self->convert_g_value; in gst_direct_control_binding_get_g_value_array()
Dgstdirectcontrolbinding.h87 GstDirectControlBindingConvertGValue convert_g_value; member