/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmuxaac.c | 145 const gchar *profile_str; in gst_base_ts_mux_aac_mpeg2_make_codec_data() local 153 profile_str = gst_structure_get_string (s, "profile"); in gst_base_ts_mux_aac_mpeg2_make_codec_data() 154 if (G_UNLIKELY (profile_str == NULL)) { in gst_base_ts_mux_aac_mpeg2_make_codec_data() 168 if (g_strcmp0 (profile_str, "main") == 0) { in gst_base_ts_mux_aac_mpeg2_make_codec_data() 170 } else if (g_strcmp0 (profile_str, "lc") == 0) { in gst_base_ts_mux_aac_mpeg2_make_codec_data() 172 } else if (g_strcmp0 (profile_str, "ssr") == 0) { in gst_base_ts_mux_aac_mpeg2_make_codec_data() 176 profile_str); in gst_base_ts_mux_aac_mpeg2_make_codec_data()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvc1dec.c | 89 const gchar *profile_str; in gst_msdkvc1dec_configure() local 101 profile_str = gst_structure_get_string (structure, "profile"); in gst_msdkvc1dec_configure() 103 if (!strcmp (profile_str, "simple")) in gst_msdkvc1dec_configure() 105 else if (!strcmp (profile_str, "main")) in gst_msdkvc1dec_configure()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfh264enc.cpp | 221 gchar *profile_str; member 564 g_free (self->profile_str); in gst_mf_h264_enc_finalize() 797 g_free (self->profile_str); in gst_mf_h264_enc_set_option() 798 self->profile_str = g_strdup ("main"); in gst_mf_h264_enc_set_option() 828 g_free (self->profile_str); in gst_mf_h264_enc_set_option() 829 self->profile_str = g_strdup (profile); in gst_mf_h264_enc_set_option() 832 g_free (self->profile_str); in gst_mf_h264_enc_set_option() 833 self->profile_str = g_strdup (profile); in gst_mf_h264_enc_set_option() 836 g_free (self->profile_str); in gst_mf_h264_enc_set_option() 837 self->profile_str = g_strdup (profile); in gst_mf_h264_enc_set_option() [all …]
|
D | gstmfvideoenc.cpp | 1458 const gchar *profile_str; member 1635 const gchar *profile_str = profile_to_check[i].profile_str; in gst_mf_video_enc_enum_internal() local 1642 g_assert (profile_str != NULL); in gst_mf_video_enc_enum_internal() 1657 if (profile_str == "baseline") { in gst_mf_video_enc_enum_internal() 1664 g_value_set_static_string (&profile_val, profile_str); in gst_mf_video_enc_enum_internal()
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1enc.c | 581 const gchar *profile_str = NULL; in gst_av1_enc_get_downstream_profile() local 584 profile_str = g_value_get_string (gst_value_list_get_value (v, 0)); in gst_av1_enc_get_downstream_profile() 586 profile_str = g_value_get_string (v); in gst_av1_enc_get_downstream_profile() 589 if (profile_str) { in gst_av1_enc_get_downstream_profile() 592 if (g_strcmp0 (profile_str, "main") == 0) { in gst_av1_enc_get_downstream_profile() 595 } else if (g_strcmp0 (profile_str, "high") == 0) { in gst_av1_enc_get_downstream_profile() 598 } else if (g_strcmp0 (profile_str, "professional") == 0) { in gst_av1_enc_get_downstream_profile() 602 profile = g_ascii_strtoull (profile_str, &endptr, 10); in gst_av1_enc_get_downstream_profile() 604 GST_ERROR_OBJECT (av1enc, "Invalid profile '%s'", profile_str); in gst_av1_enc_get_downstream_profile() 608 "Downstream profile is \"%s\"", profile_str); in gst_av1_enc_get_downstream_profile()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth263parse.c | 263 gchar *profile_str; in gst_h263_parse_set_src_caps() local 265 profile_str = g_strdup_printf ("%u", h263parse->profile); in gst_h263_parse_set_src_caps() 266 gst_caps_set_simple (caps, "profile", G_TYPE_STRING, profile_str, NULL); in gst_h263_parse_set_src_caps() 267 g_free (profile_str); in gst_h263_parse_set_src_caps()
|
D | gsth265parse.c | 1959 const gchar *profile_str; in get_compatible_profile_caps() local 1964 profile_str = gst_h265_profile_to_string (i); in get_compatible_profile_caps() 1966 if (G_UNLIKELY (profile_str == NULL)) { in get_compatible_profile_caps() 1972 g_value_set_string (&value, profile_str); in get_compatible_profile_caps() 2035 const gchar *profile_str = NULL; in ensure_caps_profile() local 2039 profile_str = gst_structure_get_string (structure, "profile"); in ensure_caps_profile() 2040 if (profile_str) { in ensure_caps_profile() 2041 gst_caps_set_simple (caps, "profile", G_TYPE_STRING, profile_str, in ensure_caps_profile() 2044 "Setting compatible profile %s to the caps", profile_str); in ensure_caps_profile()
|
D | gstvc1parse.c | 947 const gchar *profile_str; in gst_vc1_parse_update_caps() local 950 profile_str = "simple"; in gst_vc1_parse_update_caps() 952 profile_str = "main"; in gst_vc1_parse_update_caps() 955 "profile", G_TYPE_STRING, profile_str, NULL); in gst_vc1_parse_update_caps()
|
D | gsth264parse.c | 1884 const gchar *profile_str = NULL; in ensure_caps_profile() local 1888 profile_str = gst_structure_get_string (structure, "profile"); in ensure_caps_profile() 1889 if (profile_str) { in ensure_caps_profile() 1890 gst_caps_set_simple (caps, "profile", G_TYPE_STRING, profile_str, in ensure_caps_profile() 1893 "Setting compatible profile %s to the caps", profile_str); in ensure_caps_profile()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvp8enc.c | 233 gchar *profile_str = g_strdup_printf ("%d", enc->cfg.g_profile); in gst_vp8_enc_get_new_simple_caps() local 235 "profile", G_TYPE_STRING, profile_str, NULL); in gst_vp8_enc_get_new_simple_caps() 236 g_free (profile_str); in gst_vp8_enc_get_new_simple_caps()
|
D | gstvp9enc.c | 569 gchar *profile_str = g_strdup_printf ("%d", enc->cfg.g_profile); in gst_vp9_enc_get_new_simple_caps() local 571 "profile", G_TYPE_STRING, profile_str, NULL); in gst_vp9_enc_get_new_simple_caps() 572 g_free (profile_str); in gst_vp9_enc_get_new_simple_caps()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvp8depay.c | 432 gchar profile_str[3]; in gst_rtp_vp8_depay_process() local 435 snprintf (profile_str, 3, "%u", profile); in gst_rtp_vp8_depay_process() 440 "profile", G_TYPE_STRING, profile_str, NULL); in gst_rtp_vp8_depay_process()
|
D | gstrtph263ppay.c | 294 const gchar *profile_str = gst_structure_get_string (s, "profile"); in gst_rtp_h263p_pay_sink_getcaps() local 299 if (profile_str && level_str) { in gst_rtp_h263p_pay_sink_getcaps() 306 profile = atoi (profile_str); in gst_rtp_h263p_pay_sink_getcaps()
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | gstrpicamsrc.c | 1359 const gchar *profile_str = NULL; in gst_rpi_cam_src_set_caps() local 1368 profile_str = gst_structure_get_string (structure, "profile"); in gst_rpi_cam_src_set_caps() 1369 if (profile_str) { in gst_rpi_cam_src_set_caps() 1370 if (g_str_equal (profile_str, "baseline")) in gst_rpi_cam_src_set_caps() 1372 else if (g_str_equal (profile_str, "constrained-baseline")) in gst_rpi_cam_src_set_caps() 1375 else if (g_str_equal (profile_str, "main")) in gst_rpi_cam_src_set_caps() 1377 else if (g_str_equal (profile_str, "high")) in gst_rpi_cam_src_set_caps() 1380 g_warning ("Unknown profile string in rpicamsrc caps: %s", profile_str); in gst_rpi_cam_src_set_caps()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | module-alsa-card.c | 823 const char *profile_str = NULL; in pa__init() local 1010 profile_str = pa_modargs_get_value(u->modargs, "profile", NULL); in pa__init() 1011 if (profile_str) { in pa__init() 1014 profile = pa_hashmap_get(u->card->profiles, profile_str); in pa__init() 1016 pa_log("No such profile: %s", profile_str); in pa__init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglslstage.c | 344 const gchar *profile_str = gst_glsl_profile_to_string (profile); in gst_glsl_stage_set_strings() local 346 "profile %s", version_str, profile_str); in gst_glsl_stage_set_strings()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.function | 603 char *profile_str, 624 if( strcmp( profile_str, "" ) == 0 ) 626 else if( strcmp( profile_str, "next" ) == 0 ) 628 else if( strcmp( profile_str, "suite_b" ) == 0 ) 630 else if( strcmp( profile_str, "compat" ) == 0 ) 632 else if( strcmp( profile_str, "all" ) == 0 )
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 1014 const gchar *profile_str; in _get_profile() local 1018 profile_str = gst_structure_get_string (structure, "profile"); in _get_profile() 1019 if (profile_str) in _get_profile() 1020 compatible_profile = gst_h265_profile_from_string (profile_str); in _get_profile() 1024 "also consider it as a candidate.", profile_str); in _get_profile()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 2037 const gchar *profile_str; in _extract_profile() local 2041 profile_str = gst_structure_get_string (structure, "profile"); in _extract_profile() 2042 if (profile_str) { in _extract_profile() 2043 if (!strcmp (profile_str, "constrained-baseline")) { in _extract_profile() 2045 } else if (!strcmp (profile_str, "baseline")) { in _extract_profile() 2047 } else if (!strcmp (profile_str, "main")) { in _extract_profile() 2049 } else if (!strcmp (profile_str, "high")) { in _extract_profile()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 12102 const gchar *profile_str = NULL; in qtdemux_parse_trak() local 12144 profile_str = "0"; in qtdemux_parse_trak() 12147 profile_str = "1"; in qtdemux_parse_trak() 12150 profile_str = "2"; in qtdemux_parse_trak() 12153 profile_str = "3"; in qtdemux_parse_trak() 12159 if (profile_str) { in qtdemux_parse_trak() 12161 "profile", G_TYPE_STRING, profile_str, NULL); in qtdemux_parse_trak() 14213 const gchar *profile_str = NULL; local 14234 profile_str = "main"; 14238 profile_str = "lc"; [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/ |
D | gstsvthevcenc.c | 314 get_support_format_from_profile (GArray * formats, const gchar * profile_str) in get_support_format_from_profile() argument 316 GstH265Profile profile = gst_h265_profile_from_string (profile_str); in get_support_format_from_profile()
|