Lines Matching refs:profile_str
12147 const gchar *profile_str = NULL; in qtdemux_parse_trak() local
12189 profile_str = "0"; in qtdemux_parse_trak()
12192 profile_str = "1"; in qtdemux_parse_trak()
12195 profile_str = "2"; in qtdemux_parse_trak()
12198 profile_str = "3"; in qtdemux_parse_trak()
12204 if (profile_str) { in qtdemux_parse_trak()
12206 "profile", G_TYPE_STRING, profile_str, NULL); in qtdemux_parse_trak()
14258 const gchar *profile_str = NULL; local
14279 profile_str = "main";
14283 profile_str = "lc";
14287 profile_str = "ssr";
14304 if (profile_str) {
14306 G_TYPE_STRING, profile_str, NULL);