Searched refs:GstDirectControlBinding (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstdirectcontrolbinding.c | 74 G_DEFINE_TYPE_WITH_CODE (GstDirectControlBinding, gst_direct_control_binding, 91 convert_g_value_to_##type (GstDirectControlBinding *self, gdouble s, GValue *d) \ 102 convert_value_to_##type (GstDirectControlBinding *self, gdouble s, gpointer d_) \ 112 abs_convert_g_value_to_##type (GstDirectControlBinding *self, gdouble s, GValue *d) \ 120 abs_convert_value_to_##type (GstDirectControlBinding *self, gdouble s, gpointer d_) \ 136 convert_g_value_to_boolean (GstDirectControlBinding * self, gdouble s, in convert_g_value_to_boolean() 144 convert_value_to_boolean (GstDirectControlBinding * self, gdouble s, in convert_value_to_boolean() 154 convert_g_value_to_enum (GstDirectControlBinding * self, gdouble s, GValue * d) in convert_g_value_to_enum() 167 convert_value_to_enum (GstDirectControlBinding * self, gdouble s, gpointer d_) in convert_value_to_enum() 216 gst_direct_control_binding_init (GstDirectControlBinding * self) in gst_direct_control_binding_init() [all …]
|
D | gstdirectcontrolbinding.h | 38 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DIRECT_CONTROL_BINDING,GstDirectControlBinding)) 48 typedef struct _GstDirectControlBinding GstDirectControlBinding; typedef 59 typedef void (* GstDirectControlBindingConvertValue) (GstDirectControlBinding *self, gdouble src_va… 69 typedef void (* GstDirectControlBindingConvertGValue) (GstDirectControlBinding *self, gdouble src_v… 125 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDirectControlBinding, gst_object_unref)
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | struct_sparc.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 248},
|
D | struct_ppc32.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 168},
|
D | struct_ppc64.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 248},
|
D | struct_i386.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 148},
|
D | struct_arm.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 168},
|
D | struct_x86_64.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 248},
|
D | struct_hppa.h | 20 {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 248},
|