Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c270 const GstH265Profile gst_profile; member
323 if (profile_table[i].gst_profile == profile) { in get_support_format_from_profile()
345 set_array_val (profiles, profile_table[i].gst_profile, 1); in get_compatible_profile_from_format()
1218 if (profile == profile_table[i].gst_profile) in gst_svthevc_enc_profile_from_gst()
1345 GstH265Profile gst_profile; in gst_svthevc_enc_set_format() local
1360 gst_profile = in gst_svthevc_enc_set_format()
1364 if (profiles->data[j] && (j == gst_profile)) { in gst_svthevc_enc_set_format()
1379 gst_profile = gst_h265_profile_from_string (g_value_get_string (v)); in gst_svthevc_enc_set_format()
1382 if (profiles->data[i] && (i == gst_profile)) { in gst_svthevc_enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c486 const gchar *gst_profile; member
588 g_value_set_static_string (&val, profiles[i].gst_profile); in gst_nvenc_get_supported_codec_profiles()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c1287 const gchar *gst_profile; member
1323 if (!strcmp (profile, profile_table[i].gst_profile)) in gst_x265_enc_profile_from_gst()