Home
last modified time | relevance | path

Searched refs:param_spec (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/parameter/aux_/preprocessor/
Dno_perfect_forwarding_begin.hpp37 #define BOOST_PARAMETER_build_arg_list(n, make, param_spec, arg_type) \ argument
39 n, BOOST_PARAMETER_make_arg_list, (make)(param_spec)(arg_type) \
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglsrcbin.c33 const GValue * value, GParamSpec * param_spec);
35 GValue * value, GParamSpec * param_spec);
Dcaopengllayersink.m71 const GValue * value, GParamSpec * param_spec)
74 param_spec->name, value);
79 GValue * value, GParamSpec * param_spec)
82 param_spec->name, value);
149 const GValue * value, GParamSpec * param_spec);
151 GValue * value, GParamSpec * param_spec);
Dgstglsinkbin.c37 const GValue * value, GParamSpec * param_spec);
39 GValue * value, GParamSpec * param_spec);
Dgstglimagesink.c145 const GValue * value, GParamSpec * param_spec) in gst_gl_image_sink_bin_set_property() argument
148 param_spec->name, value); in gst_gl_image_sink_bin_set_property()
153 GValue * value, GParamSpec * param_spec) in gst_gl_image_sink_bin_get_property() argument
156 param_spec->name, value); in gst_gl_image_sink_bin_get_property()
333 const GValue * value, GParamSpec * param_spec);
335 GValue * value, GParamSpec * param_spec);
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtoverlay.cc96 const GValue * value, GParamSpec * param_spec);
98 GValue * value, GParamSpec * param_spec);
Dgstqtsink.cc87 const GValue * value, GParamSpec * param_spec);
89 GValue * value, GParamSpec * param_spec);
/third_party/glib/gobject/tests/
Difaceproperties.c395 assert_in_properties (GParamSpec *param_spec, in DEFINE_TYPE()
404 if (properties[i] == param_spec) in DEFINE_TYPE()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkbasesink.c46 const GValue * value, GParamSpec * param_spec);
48 GValue * value, GParamSpec * param_spec);
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c47 const GValue * value, GParamSpec * param_spec);
49 GValue * value, GParamSpec * param_spec);
Dvkupload.c1126 const GValue * value, GParamSpec * param_spec);
1128 GValue * value, GParamSpec * param_spec);
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m39 const GValue * value, GParamSpec * param_spec);
41 GValue * value, GParamSpec * param_spec);
/third_party/gstreamer/gstplugins_bad/
DChangeLog189218 …faac: Change the param_spec default value for allowed block types to match the gst_faac_init value…