Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c373 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()
[all …]
Dgstmsdkh265enc.h58 gchar *profile_name; member
/third_party/harfbuzz/test/subset/
Dsubset_test_suite.py26 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
30 profile_name,
34 profile_name,
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Dsubset_test_suite.py30 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
34 profile_name,
38 profile_name,
/third_party/openssl/ssl/
Dd1_srtp.c42 static int find_profile_by_name(char *profile_name, in find_profile_by_name() argument
50 && strncmp(p->name, profile_name, len) == 0) { in find_profile_by_name()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/
Dsubset_test_suite.py24 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
27 profile_name,
/third_party/e2fsprogs/e2fsck/
De2fsck.h704 const char *profile_name,
709 const char *profile_name,
714 const char *profile_name,
719 const char *profile_name,
Dutil.c797 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument
804 profile_get_uint(ctx->profile, "bitmaps", profile_name, 0, in e2fsck_set_bitmap_type()
/third_party/pulseaudio/src/modules/dbus/
Diface-card.c429 const char *profile_name = NULL; in handle_get_profile_by_name() local
437 …pa_assert_se(dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &profile_name, DBUS_TYPE_INVALID)); in handle_get_profile_by_name()
439 if (!(profile = pa_hashmap_get(c->profiles, profile_name))) { in handle_get_profile_by_name()
440 …onn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such profile on card %s.", profile_name, c->card->name); in handle_get_profile_by_name()
/third_party/pulseaudio/src/modules/
Dmodule-card-restore.c306 const char *port_name = NULL, *profile_name = NULL; in entry_read() local
320 if (version >= 3 && pa_tagstruct_gets(t, &profile_name) < 0) in entry_read()
326 if (profile_name) in entry_read()
327 p_info->profile = pa_xstrdup(profile_name); in entry_read()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function1083 char *profile_name, int vrfy_fatal_lvls )
1100 if( strcmp( profile_name, "" ) == 0 )
1102 else if( strcmp( profile_name, "next" ) == 0 )
1104 else if( strcmp( profile_name, "suiteb" ) == 0 )
1106 else if( strcmp( profile_name, "rsa3072" ) == 0 )
1108 else if( strcmp( profile_name, "sha512" ) == 0 )
/third_party/pulseaudio/src/utils/
Dqpaeq289 profile_name=self.sink.BaseProfile(self.filter_state.channel)
290 if profile_name is not None:
291 i=self.profile_box.findText(profile_name)
Dpactl.c57 *profile_name = NULL, variable
1382 … o = pa_context_set_card_profile_by_name(c, card_name, profile_name, simple_callback, NULL); in context_state_callback()
1896 profile_name = pa_xstrdup(argv[optind+2]); in main()
2154 pa_xfree(profile_name); in main()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c4727 const char *name = NULL, *profile_name = NULL; in command_set_card_profile() local
4737 pa_tagstruct_gets(t, &profile_name) < 0 || in command_set_card_profile()
4746 CHECK_VALIDITY(c->pstream, profile_name, tag, PA_ERR_INVALID); in command_set_card_profile()
4755 profile = pa_hashmap_get(card->profiles, profile_name); in command_set_card_profile()