Home
last modified time | relevance | path

Searched refs:allowed_profile (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c334 const gchar *allowed_profile; in gst_nv_h264_enc_set_profile_and_level() local
379 allowed_profile = gst_structure_get_string (s2, "profile"); in gst_nv_h264_enc_set_profile_and_level()
380 if (!strcmp (allowed_profile, "high")) { in gst_nv_h264_enc_set_profile_and_level()
388 } else if (!strcmp (allowed_profile, "main")) { in gst_nv_h264_enc_set_profile_and_level()
396 } else if (!strcmp (allowed_profile, "baseline")) { in gst_nv_h264_enc_set_profile_and_level()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c1084 const gchar *allowed_profile; in gst_x265_enc_set_level_tier_and_profile() local
1129 allowed_profile = gst_structure_get_string (s2, "profile"); in gst_x265_enc_set_level_tier_and_profile()
1131 check_formats (allowed_profile, &peer_chroma_format, &peer_bitdepth); in gst_x265_enc_set_level_tier_and_profile()
1137 "to how it's been configured", allowed_profile, profile); in gst_x265_enc_set_level_tier_and_profile()
1138 gst_structure_set (s, "profile", G_TYPE_STRING, allowed_profile, NULL); in gst_x265_enc_set_level_tier_and_profile()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c1035 const gchar *allowed_profile; in gst_svthevc_enc_set_level_tier_and_profile() local
1084 allowed_profile = gst_structure_get_string (s2, "profile"); in gst_svthevc_enc_set_level_tier_and_profile()
1086 get_support_format_from_profile (peer_formats, allowed_profile); in gst_svthevc_enc_set_level_tier_and_profile()
1106 allowed_profile, profile, is_subset ? "subset" : "not subset"); in gst_svthevc_enc_set_level_tier_and_profile()
1108 gst_structure_set (s, "profile", G_TYPE_STRING, allowed_profile, NULL); in gst_svthevc_enc_set_level_tier_and_profile()