Searched refs:allowed_profile (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264enc.c | 334 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/ |
D | gstx265enc.c | 1084 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/ |
D | gstsvthevcenc.c | 1035 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()
|