/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh265enc.c | 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() [all …]
|
D | gstmsdkh265enc.h | 58 gchar *profile_name; member
|
/third_party/harfbuzz/test/subset/ |
D | subset_test_suite.py | 26 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/ |
D | subset_test_suite.py | 30 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0] 34 profile_name, 38 profile_name,
|
/third_party/openssl/ssl/ |
D | d1_srtp.c | 42 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/ |
D | subset_test_suite.py | 24 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0] 27 profile_name,
|
/third_party/e2fsprogs/e2fsck/ |
D | e2fsck.h | 704 const char *profile_name, 709 const char *profile_name, 714 const char *profile_name, 719 const char *profile_name,
|
D | util.c | 797 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/ |
D | iface-card.c | 429 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/ |
D | module-card-restore.c | 306 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/ |
D | test_suite_x509parse.function | 1083 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/ |
D | qpaeq | 289 profile_name=self.sink.BaseProfile(self.filter_state.channel) 290 if profile_name is not None: 291 i=self.profile_box.findText(profile_name)
|
D | pactl.c | 57 *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/ |
D | protocol-native.c | 4727 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()
|