/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | cudaconvert.c | 81 const gchar *format_list[] = { in GST_START_TEST() local 88 for (i = 0; i < G_N_ELEMENTS (format_list); i++) { in GST_START_TEST() 89 for (j = 0; j < G_N_ELEMENTS (format_list); j++) { in GST_START_TEST() 93 GST_DEBUG ("run conversion %s to %s", format_list[i], format_list[j]); in GST_START_TEST() 94 run_convert_pipelne (format_list[i], format_list[j]); in GST_START_TEST() 151 const gchar *format_list[] = { in GST_START_TEST() local 158 for (i = 0; i < G_N_ELEMENTS (format_list); i++) { in GST_START_TEST() 159 for (j = 0; j < G_N_ELEMENTS (format_list); j++) { in GST_START_TEST() 163 GST_DEBUG ("run conversion %s to %s", format_list[i], format_list[j]); in GST_START_TEST() 164 run_convert_pipelne (format_list[i], format_list[j]); in GST_START_TEST()
|
/third_party/node/tools/gyp/ |
D | test_gyp.py | 115 format_list = args.format.split(",") 117 format_list = { 138 runner = Runner(format_list, tests, gyp_options, args.verbose)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
D | test_gyp.py | 115 format_list = args.format.split(",") 117 format_list = { 138 runner = Runner(format_list, tests, gyp_options, args.verbose)
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 388 VkImageFormatListCreateInfo format_list; in wsi_configure_native_image() local 390 format_list = info->format_list; in wsi_configure_native_image() 391 format_list.pNext = NULL; in wsi_configure_native_image() 392 __vk_append_struct(&format_info, &format_list); in wsi_configure_native_image()
|
D | wsi_common_private.h | 44 VkImageFormatListCreateInfo format_list; member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 49 vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list, in vlVaQuerySubpictureFormats() argument 55 if (!(format_list && flags && num_formats)) in vlVaQuerySubpictureFormats() 59 memcpy(format_list, subpic_formats, sizeof(subpic_formats)); in vlVaQuerySubpictureFormats()
|
D | va_private.h | 383 VAStatus vlVaQueryImageFormats(VADriverContextP ctx, VAImageFormat *format_list, int *num_formats); 384 VAStatus vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list, 395 VAStatus vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list,
|
D | image.c | 75 vlVaQueryImageFormats(VADriverContextP ctx, VAImageFormat *format_list, int *num_formats) in vlVaQueryImageFormats() argument 86 if (!(format_list && num_formats)) in vlVaQueryImageFormats() 96 format_list[(*num_formats)++] = formats[i]; in vlVaQueryImageFormats()
|
/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 111 const int *format_list; in gst_mpg123_audio_dec_class_init() local 119 mpg123_encodings (&format_list, &num); in gst_mpg123_audio_dec_class_init() 122 switch (format_list[i]) { in gst_mpg123_audio_dec_class_init() 152 GST_DEBUG ("Ignoring mpg123 format %d", format_list[i]); in gst_mpg123_audio_dec_class_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audio.c | 1467 static const AudioInfoFromCapsData format_list[] = { in GST_START_TEST() local 1515 for (i = 0; i < G_N_ELEMENTS (format_list); i++) { in GST_START_TEST() 1521 caps = gst_caps_from_string (format_list[i].str); in GST_START_TEST() 1526 format_list[i].ret); in GST_START_TEST() 1528 if (format_list[i].ret) { in GST_START_TEST() 1530 format_list[i].format); in GST_START_TEST() 1532 format_list[i].layout); in GST_START_TEST() 1533 fail_unless_equals_int (GST_AUDIO_INFO_RATE (&info), format_list[i].rate); in GST_START_TEST() 1535 format_list[i].channels); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11vp9dec.cpp | 913 GValue format_list = G_VALUE_INIT; in gst_d3d11_vp9_dec_register() local 917 g_value_init (&format_list, GST_TYPE_LIST); in gst_d3d11_vp9_dec_register() 921 gst_value_list_append_and_take_value (&format_list, &format_value); in gst_d3d11_vp9_dec_register() 925 gst_value_list_append_and_take_value (&format_list, &format_value); in gst_d3d11_vp9_dec_register() 927 gst_caps_set_value (src_caps, "format", &format_list); in gst_d3d11_vp9_dec_register() 928 g_value_unset (&format_list); in gst_d3d11_vp9_dec_register()
|
D | gstd3d11videosink.cpp | 472 GValue format_list = G_VALUE_INIT; in gst_d3d11_video_sink_get_caps() local 475 g_value_init (&format_list, GST_TYPE_LIST); in gst_d3d11_video_sink_get_caps() 479 gst_value_list_append_and_take_value (&format_list, &format); in gst_d3d11_video_sink_get_caps() 484 gst_value_list_append_and_take_value (&format_list, &format); in gst_d3d11_video_sink_get_caps() 487 gst_caps_set_value (caps, "format", &format_list); in gst_d3d11_video_sink_get_caps() 488 g_value_unset (&format_list); in gst_d3d11_video_sink_get_caps()
|
D | gstd3d11h265dec.cpp | 1053 GValue format_list = G_VALUE_INIT; in gst_d3d11_h265_dec_register() local 1067 g_value_init (&format_list, GST_TYPE_LIST); in gst_d3d11_h265_dec_register() 1071 gst_value_list_append_and_take_value (&format_list, &format_value); in gst_d3d11_h265_dec_register() 1075 gst_value_list_append_and_take_value (&format_list, &format_value); in gst_d3d11_h265_dec_register() 1078 gst_caps_set_value (src_caps, "format", &format_list); in gst_d3d11_h265_dec_register() 1080 g_value_unset (&format_list); in gst_d3d11_h265_dec_register()
|
D | gstd3d11av1dec.cpp | 1323 GValue format_list = G_VALUE_INIT; in gst_d3d11_av1_dec_register() local 1326 g_value_init (&format_list, GST_TYPE_LIST); in gst_d3d11_av1_dec_register() 1330 gst_value_list_append_and_take_value (&format_list, &format_value); in gst_d3d11_av1_dec_register() 1334 gst_value_list_append_and_take_value (&format_list, &format_value); in gst_d3d11_av1_dec_register() 1336 gst_caps_set_value (src_caps, "format", &format_list); in gst_d3d11_av1_dec_register() 1337 g_value_unset (&format_list); in gst_d3d11_av1_dec_register()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvenc.c | 322 NV_ENC_BUFFER_FORMAT format_list[64]; in gst_nvenc_get_supported_input_formats() local 369 codec_id, format_list, G_N_ELEMENTS (format_list), in gst_nvenc_get_supported_input_formats() 375 GST_INFO ("input format: 0x%08x", format_list[i]); in gst_nvenc_get_supported_input_formats() 376 switch (format_list[i]) { in gst_nvenc_get_supported_input_formats() 416 GST_FIXME ("unmapped input format: 0x%08x", format_list[i]); in gst_nvenc_get_supported_input_formats()
|
D | gstnvdecoder.c | 1079 GValue format_list = G_VALUE_INIT; in gst_nv_decoder_check_device_caps() local 1128 g_value_init (&format_list, GST_TYPE_LIST); in gst_nv_decoder_check_device_caps() 1196 gst_value_list_append_value (&format_list, &format); in gst_nv_decoder_check_device_caps() 1218 gst_value_list_append_value (&format_list, &format); in gst_nv_decoder_check_device_caps() 1236 gst_caps_set_value (src_templ, "format", &format_list); in gst_nv_decoder_check_device_caps() 1272 g_value_unset (&format_list); in gst_nv_decoder_check_device_caps()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | asyoutypeformatter.cc | 165 const RepeatedPtrField<NumberFormat>& format_list = in GetAvailableFormats() local 170 for (RepeatedPtrField<NumberFormat>::const_iterator it = format_list.begin(); in GetAvailableFormats() 171 it != format_list.end(); ++it) { in GetAvailableFormats()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_kopper.h | 80 VkImageFormatListCreateInfo format_list; member
|
D | zink_kopper.c | 253 cswap->scci.pNext = &cdt->format_list; in kopper_CreateSwapchain() 408 cdt->format_list.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO; in zink_kopper_displaytarget_create() 409 cdt->format_list.pNext = NULL; in zink_kopper_displaytarget_create() 410 cdt->format_list.viewFormatCount = 2; in zink_kopper_displaytarget_create() 411 cdt->format_list.pViewFormats = cdt->formats; in zink_kopper_displaytarget_create()
|
D | zink_resource.c | 671 VkImageFormatListCreateInfo format_list; in resource_object_create() local 673 format_list.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO; in resource_object_create() 674 format_list.pNext = NULL; in resource_object_create() 675 format_list.viewFormatCount = 2; in resource_object_create() 676 format_list.pViewFormats = formats; in resource_object_create() 680 ici.pNext = &format_list; in resource_object_create()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 476 format_list; typedef 478 static void format_init(format_list *pf) in format_init() 486 static void format_clear(format_list *pf) 494 static int format_is_initial(format_list *pf) in format_is_initial() 504 static int format_set(format_list *pf, png_uint_32 format) in format_set() 513 static int format_unset(format_list *pf, png_uint_32 format) 522 static int format_isset(format_list *pf, png_uint_32 format) in format_isset() 528 static void format_default(format_list *pf, int redundant) in format_default() 3307 testimage(Image *image, png_uint_32 opts, format_list *pf) in testimage() 3445 test_one_file(const char *file_name, format_list *formats, png_uint_32 opts, in test_one_file() [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 170 const struct VkImageFormatListCreateInfo *format_list = in radv_are_formats_dcc_compatible() local 175 if (format_list && format_list->viewFormatCount) { in radv_are_formats_dcc_compatible() 178 for (unsigned i = 0; i < format_list->viewFormatCount; ++i) { in radv_are_formats_dcc_compatible() 179 if (format_list->pViewFormats[i] == VK_FORMAT_UNDEFINED) in radv_are_formats_dcc_compatible() 183 format_list->pViewFormats[i], sign_reinterpret)) in radv_are_formats_dcc_compatible() 211 const struct VkImageFormatListCreateInfo *format_list = in radv_formats_is_atomic_allowed() local 216 if (format_list && format_list->viewFormatCount) { in radv_formats_is_atomic_allowed() 217 for (unsigned i = 0; i < format_list->viewFormatCount; ++i) { in radv_formats_is_atomic_allowed() 218 if (radv_format_is_atomic_allowed(device, format_list->pViewFormats[i])) in radv_formats_is_atomic_allowed()
|
/third_party/python/Lib/ |
D | traceback.py | 27 def format_list(extracted_list): function 213 return format_list(extract_stack(f, limit=limit))
|
/third_party/python/Doc/library/ |
D | traceback.rst | 123 .. function:: format_list(extracted_list) 176 A shorthand for ``format_list(extract_tb(tb, limit))``. 181 A shorthand for ``format_list(extract_stack(f, limit))``. 509 >>> traceback.format_list([('spam.py', 3, '<module>', 'spam.eggs()'),
|
/third_party/python/Lib/asyncio/ |
D | coroutines.py | 97 tb = ''.join(traceback.format_list(tb))
|