Home
last modified time | relevance | path

Searched refs:format_list (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcudaconvert.c81 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/
Dtest_gyp.py115 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/
Dtest_gyp.py115 format_list = args.format.split(",")
117 format_list = {
138 runner = Runner(format_list, tests, gyp_options, args.verbose)
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c388 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()
Dwsi_common_private.h44 VkImageFormatListCreateInfo format_list; member
/third_party/mesa3d/src/gallium/frontends/va/
Dsubpicture.c49 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()
Dva_private.h383 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,
Dimage.c75 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/
Dgstmpg123audiodec.c111 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/
Daudio.c1467 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/
Dgstd3d11vp9dec.cpp913 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()
Dgstd3d11videosink.cpp472 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()
Dgstd3d11h265dec.cpp1053 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()
Dgstd3d11av1dec.cpp1323 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/
Dgstnvenc.c322 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()
Dgstnvdecoder.c1079 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/
Dasyoutypeformatter.cc165 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/
Dzink_kopper.h80 VkImageFormatListCreateInfo format_list; member
Dzink_kopper.c253 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()
Dzink_resource.c671 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/
Dpngstest.c476 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/
Dradv_image.c170 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/
Dtraceback.py27 def format_list(extracted_list): function
213 return format_list(extract_stack(f, limit=limit))
/third_party/python/Doc/library/
Dtraceback.rst123 .. 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/
Dcoroutines.py97 tb = ''.join(traceback.format_list(tb))

12