• Home
  • Raw
  • Download

Lines Matching refs:profile_name

373   g_free (thiz->profile_name);  in gst_msdkh265enc_set_format()
374 thiz->profile_name = NULL; in gst_msdkh265enc_set_format()
399 thiz->profile_name = g_strdup (profile); in gst_msdkh265enc_set_format()
428 if (h265enc->profile_name) { in gst_msdkh265enc_configure()
431 if (!strcmp (h265enc->profile_name, "main-10")) in gst_msdkh265enc_configure()
433 else if (!strcmp (h265enc->profile_name, "main-still-picture")) in gst_msdkh265enc_configure()
435 else if (!strcmp (h265enc->profile_name, "main-10-still-picture")) { in gst_msdkh265enc_configure()
443 } else if (!strcmp (h265enc->profile_name, "main-444") || in gst_msdkh265enc_configure()
444 !strcmp (h265enc->profile_name, "main-422-10") || in gst_msdkh265enc_configure()
445 !strcmp (h265enc->profile_name, "main-444-10") || in gst_msdkh265enc_configure()
446 !strcmp (h265enc->profile_name, "main-12")) in gst_msdkh265enc_configure()
450 else if (!strcmp (h265enc->profile_name, "screen-extended-main") || in gst_msdkh265enc_configure()
451 !strcmp (h265enc->profile_name, "screen-extended-main-10") || in gst_msdkh265enc_configure()
452 !strcmp (h265enc->profile_name, "screen-extended-main-444") || in gst_msdkh265enc_configure()
453 !strcmp (h265enc->profile_name, "screen-extended-main-444-10")) in gst_msdkh265enc_configure()
592 if (thiz->profile_name) in gst_msdkh265enc_set_src_caps()
593 gst_structure_set (structure, "profile", G_TYPE_STRING, thiz->profile_name, in gst_msdkh265enc_set_src_caps()
653 g_free (thiz->profile_name); in gst_msdkh265enc_finalize()