Searched refs:g_strcanon (Results 1 – 20 of 20) sorted by relevance
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcfg.c | 95 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/ |
D | gstrfuncs.in.h | 114 gchar* g_strcanon (gchar *string,
|
D | gstrfuncs.c | 2062 g_strcanon (gchar *string,
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rfilter.c | 279 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_filter_register()
|
D | gstfrei0rsrc.c | 400 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_src_register()
|
D | gstfrei0r.c | 82 g_strcanon (prop_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_klass_install_properties()
|
D | gstfrei0rmixer.c | 758 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/ |
D | gstrfuncs.h | 108 gchar* g_strcanon (gchar *string,
|
D | gutils.c | 1424 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()
|
D | gstrfuncs.c | 2093 g_strcanon (gchar *string, in g_strcanon() function
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspa.c | 233 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in ladspa_describe_plugin()
|
D | gstladspautils.c | 312 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/ |
D | gstlv2.c | 193 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in lv2_plugin_discover()
|
D | gstlv2utils.c | 572 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/ |
D | strfuncs.c | 680 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/ |
D | gstdebugutils.c | 85 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/ |
D | encoding-target.c | 489 ret = g_strcanon (ret, "abcdefghijklmnopqrstuvwxyz", '\0'); in get_locale()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 603 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/ |
D | glib-sections.txt | 1813 g_strcanon
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2161 g_strcanon (stream_id, G_CSET_a_2_z G_CSET_A_2_Z G_CSET_DIGITS, ':'); in make_stream_id()
|