/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/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 156 const VkImageFormatListCreateInfoKHR *format_list = in wsi_create_native_image() local 161 assume(format_list && format_list->viewFormatCount > 0); in wsi_create_native_image() 163 for (int i = 0; i < format_list->viewFormatCount; i++) in wsi_create_native_image() 164 if (pCreateInfo->imageFormat == format_list->pViewFormats[i]) in wsi_create_native_image() 169 image_format_list = *format_list; in wsi_create_native_image() 232 VkImageFormatListCreateInfoKHR format_list; in wsi_create_native_image() local 234 format_list = image_format_list; in wsi_create_native_image() 235 format_list.pNext = NULL; in wsi_create_native_image() 236 __vk_append_struct(&format_info, &format_list); in wsi_create_native_image()
|
D | wsi_common_win32.c | 375 const VkImageFormatListCreateInfoKHR *format_list = in wsi_create_native_image() local 380 assume(format_list && format_list->viewFormatCount > 0); in wsi_create_native_image() 382 for (int i = 0; i < format_list->viewFormatCount; i++) in wsi_create_native_image() 383 if (pCreateInfo->imageFormat == format_list->pViewFormats[i]) in wsi_create_native_image() 388 image_format_list = *format_list; in wsi_create_native_image()
|
/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 | 378 VAStatus vlVaQueryImageFormats(VADriverContextP ctx, VAImageFormat *format_list, int *num_formats); 379 VAStatus vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list, 390 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/node/tools/gyp/ |
D | test_gyp.py | 116 format_list = args.format.split(",") 118 format_list = { 138 runner = Runner(format_list, tests, gyp_options, args.verbose)
|
/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/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/ |
D | memcpy_async.cc | 169 const std::vector<std::string> format_list = {kOpFormat_DEFAULT, kOpFormat_NCHW, kOpFormat_NHWC, variable 179 for (const auto &format : format_list) { in GetKernelInfo()
|
D | tensor_copy_slices.cc | 166 const std::vector<std::string> format_list = {kOpFormat_DEFAULT, kOpFormat_NCHW, kOpFormat_NHWC}; variable 175 for (const auto &format : format_list) { in GetKernelInfo()
|
/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/boost/tools/build/src/build/ |
D | errors.py | 73 for l in traceback.format_list(self.stack_):
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 174 const struct VkImageFormatListCreateInfo *format_list = in radv_are_formats_dcc_compatible() local 179 if (format_list && format_list->viewFormatCount) { in radv_are_formats_dcc_compatible() 182 for (unsigned i = 0; i < format_list->viewFormatCount; ++i) { in radv_are_formats_dcc_compatible() 183 if (format_list->pViewFormats[i] == VK_FORMAT_UNDEFINED) in radv_are_formats_dcc_compatible() 186 if (!radv_dcc_formats_compatible(format, format_list->pViewFormats[i], in radv_are_formats_dcc_compatible() 215 const struct VkImageFormatListCreateInfo *format_list = in radv_formats_is_atomic_allowed() local 220 if (format_list && format_list->viewFormatCount) { in radv_formats_is_atomic_allowed() 221 for (unsigned i = 0; i < format_list->viewFormatCount; ++i) { in radv_formats_is_atomic_allowed() 222 if (radv_format_is_atomic_allowed(device, format_list->pViewFormats[i])) in radv_formats_is_atomic_allowed()
|
/third_party/flutter/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/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/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/pixman/test/ |
D | utils.c | 1214 static const format_entry_t format_list[] = variable 1335 for (i = 0; i < ARRAY_LENGTH (format_list); ++i) in format_from_string() 1337 const format_entry_t *ent = &format_list[i]; in format_from_string() 1371 for (i = 0; i < ARRAY_LENGTH (format_list); ++i) in list_formats() 1373 const format_entry_t *ent = &format_list[i]; in list_formats() 1496 for (i = 0; i < ARRAY_LENGTH (format_list); ++i) in format_name() 1498 const format_entry_t *ent = &format_list[i]; in format_name()
|
/third_party/python/Lib/ |
D | traceback.py | 27 def format_list(extracted_list): function 213 return format_list(extract_stack(f, limit=limit))
|