Home
last modified time | relevance | path

Searched refs:G_IS_PARAM_SPEC_BOXED (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/opencv/
Dgstmotioncells_dynamic_test.c54 if (G_IS_PARAM_SPEC_BOXED (pspec) || G_IS_PARAM_SPEC_OBJECT (pspec) in print_element_properties()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstfakesinkutils.c99 } else if (G_IS_PARAM_SPEC_BOXED (properties[i])) { in gst_fake_sink_proxy_properties()
/third_party/glib/gobject/
Dgparamspecs.h416 #define G_IS_PARAM_SPEC_BOXED(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOXED… macro
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt719 G_IS_PARAM_SPEC_BOXED
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c546 } else if (G_IS_PARAM_SPEC_BOXED (spec)) { in _add_properties()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c657 } else if (G_IS_PARAM_SPEC_BOXED (param)) { in print_object_properties_info()