Home
last modified time | relevance | path

Searched refs:profilename (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c402 const gchar * profilename, guint id) in serialize_stream_profiles() argument
409 sprofgroupname = g_strdup_printf ("streamprofile-%s-%d", profilename, id); in serialize_stream_profiles()
412 g_key_file_set_value (out, sprofgroupname, "parent", profilename); in serialize_stream_profiles()
585 gchar * profilename, gsize nbgroups, gchar ** groups) in parse_encoding_profile() argument
598 parentprofilename, profilename); in parse_encoding_profile()
604 g_key_file_get_string_list (in, profilename, "parent", in parse_encoding_profile()
621 profilename, parentprofilename); in parse_encoding_profile()
626 pname = g_key_file_get_value (in, profilename, "name", NULL); in parse_encoding_profile()
630 description = g_key_file_get_locale_string (in, profilename, in parse_encoding_profile()
636 GST_LOG ("Missing 'description' field for streamprofile %s", profilename); in parse_encoding_profile()
[all …]
Dencoding-profile.c1608 gst_encoding_profile_find (const gchar * targetname, const gchar * profilename, in gst_encoding_profile_find() argument
1620 profilename ? profilename : "default"); in gst_encoding_profile_find()
2080 gchar *profilename = NULL, *filename; in profile_from_string() local
2083 profilename = g_strdup (&filename_end[5]); in profile_from_string()
2085 if (filename_end[4] == '\0' || profilename) { in profile_from_string()
2091 profilename ? profilename : "default"); in profile_from_string()
2095 g_free (profilename); in profile_from_string()
2110 const gchar *profilename; in string_to_profile_transform() local
2113 profilename = g_value_get_string (src_value); in string_to_profile_transform()
2115 profile = profile_from_string (profilename); in string_to_profile_transform()
Dencoding-profile.h205 const gchar *profilename,
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.h91 const gchar * profilename);
Dgstencodebasebin.c261 * encodebin, const gchar * profilename);
600 const gchar *profilename = gst_encoding_profile_get_name (sprof); in next_unused_stream_profile() local
602 if (profilename && !strcmp (name, profilename)) { in next_unused_stream_profile()
770 const gchar * profilename) in gst_encode_base_bin_request_profile_pad_signal() argument
773 request_pad_for_stream (encodebin, G_TYPE_NONE, profilename, NULL); in gst_encode_base_bin_request_profile_pad_signal()
/third_party/pulseaudio/src/pulse/
Dintrospect.c857 const char* profilename; in fill_card_port_info() local
859 if (pa_tagstruct_gets(t, &profilename) < 0) in fill_card_port_info()
863 if (pa_streq(i->profiles[l].name, profilename)) { in fill_card_port_info()
/third_party/gstreamer/gstplugins_base/
DChangeLog45996 The synthax is path/to/encoding/profile.gep:profilename