Home
last modified time | relevance | path

Searched refs:G_PARAM_SPEC_ENUM (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstfakesinkutils.c85 GParamSpecEnum *prop = G_PARAM_SPEC_ENUM (properties[i]); in gst_fake_sink_proxy_properties()
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c157 G_PARAM_SPEC_ENUM (((GstControlBinding *) self)->pspec); in convert_g_value_to_enum()
170 G_PARAM_SPEC_ENUM (((GstControlBinding *) self)->pspec); in convert_value_to_enum()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmviewwidget.c178 p_class = G_PARAM_SPEC_ENUM (p)->enum_class; in set_downmix_mode()
Dmain.cpp172 p_class = G_PARAM_SPEC_ENUM (p)->enum_class; in set_mview_mode()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/fxtest/
Dfxtest.c151 G_PARAM_SPEC_ENUM (g_object_class_find_property (G_OBJECT_GET_CLASS in apply_fx()
/third_party/glib/gobject/
Dgparamspecs.c433 GParamSpecEnum *espec = G_PARAM_SPEC_ENUM (pspec); in param_enum_init()
442 GParamSpecEnum *espec = G_PARAM_SPEC_ENUM (pspec); in param_enum_finalize()
458 value->data[0].v_long = G_PARAM_SPEC_ENUM (pspec)->default_value; in param_enum_set_default()
465 GParamSpecEnum *espec = G_PARAM_SPEC_ENUM (pspec); in param_enum_validate()
Dgparamspecs.h285 #define G_PARAM_SPEC_ENUM(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ENUM,… macro
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmultiple-vpp.c277 enumclass = G_PARAM_SPEC_ENUM (pspec)->enum_class; in change_dir_randomly()
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt669 G_PARAM_SPEC_ENUM
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c403 GParamSpecEnum *src_pspec = G_PARAM_SPEC_ENUM (pspec); in dvb_base_bin_class_init()