Home
last modified time | relevance | path

Searched refs:G_IS_PARAM_SPEC_OBJECT (Results 1 – 5 of 5) 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/glib/gobject/
Dgparamspecs.h491 #define G_IS_PARAM_SPEC_OBJECT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_OBJEC… macro
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt743 G_IS_PARAM_SPEC_OBJECT
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c408 } else if (G_IS_PARAM_SPEC_OBJECT (spec)) { in _add_properties()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c653 } else if (G_IS_PARAM_SPEC_OBJECT (param)) { in print_object_properties_info()