Home
last modified time | relevance | path

Searched refs:GST_PARAM_SPEC_FRACTION (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstparamspecs.c41 GstParamSpecFraction *fspec = GST_PARAM_SPEC_FRACTION (pspec); in _gst_param_fraction_init()
54 value->data[0].v_int = GST_PARAM_SPEC_FRACTION (pspec)->def_num; in _gst_param_fraction_set_default()
55 value->data[1].v_int = GST_PARAM_SPEC_FRACTION (pspec)->def_den; in _gst_param_fraction_set_default()
61 GstParamSpecFraction *fspec = GST_PARAM_SPEC_FRACTION (pspec); in _gst_param_fraction_validate()
Dgstparamspecs.h105 #define GST_PARAM_SPEC_FRACTION(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), GST_TYPE_PARAM_FRAC… macro
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c559 GstParamSpecFraction *pfraction = GST_PARAM_SPEC_FRACTION (spec); in _add_properties()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c688 GstParamSpecFraction *pfraction = GST_PARAM_SPEC_FRACTION (param); in print_object_properties_info()