Home
last modified time | relevance | path

Searched refs:g_strcanon (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c95 g_strcanon (enum_name, G_CSET_a_2_z G_CSET_DIGITS, '-'); in register_enum()
181 g_strcanon (flags_name, G_CSET_a_2_z G_CSET_DIGITS, '-'); in register_flags()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h114 gchar* g_strcanon (gchar *string,
Dgstrfuncs.c2062 g_strcanon (gchar *string,
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rfilter.c279 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_filter_register()
Dgstfrei0rsrc.c400 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_src_register()
Dgstfrei0r.c82 g_strcanon (prop_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_klass_install_properties()
Dgstfrei0rmixer.c758 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_mixer_register()
/third_party/glib/glib/
Dgstrfuncs.h108 gchar* g_strcanon (gchar *string,
Dgutils.c1424 g_strcanon (result, "abcdefghijklmnopqrstuvwxyz0123456789_-.", '_'); in get_os_info_from_uname()
1484 g_strcanon (result, "abcdefghijklmnopqrstuvwxyz0123456789_-.", '_'); in get_os_info_from_uname()
1571 return g_strcanon (result, "abcdefghijklmnopqrstuvwxyz0123456789_-.", '_'); in g_get_os_info()
Dgstrfuncs.c2093 g_strcanon (gchar *string, in g_strcanon() function
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c233 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in ladspa_describe_plugin()
Dgstladspautils.c312 g_strcanon (name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-", '-'); in gst_ladspa_object_class_get_param_name()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c193 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in lv2_plugin_discover()
Dgstlv2utils.c572 g_strcanon (ret, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-", '-'); in gst_lv2_class_get_param_name()
/third_party/glib/glib/tests/
Dstrfuncs.c680 str = g_strcanon (NULL, "ab", 'y'); in test_strcanon()
687 ret = g_strcanon (str, NULL, 'y'); in test_strcanon()
694 str = g_strcanon (str, "ab", 'y'); in test_strcanon()
1879 g_strcanon (string, " N.", ':'); in test_bounds()
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c85 return g_strcanon (g_strdup_printf ("%s_%p", GST_OBJECT_NAME (obj), obj), in debug_dump_make_object_name()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c489 ret = g_strcanon (ret, "abcdefghijklmnopqrstuvwxyz", '\0'); in get_locale()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c603 g_strcanon (property->name, G_CSET_a_2_z G_CSET_A_2_Z G_CSET_DIGITS "_", in set_drm_property()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1813 g_strcanon
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2161 g_strcanon (stream_id, G_CSET_a_2_z G_CSET_A_2_Z G_CSET_DIGITS, ':'); in make_stream_id()