Searched refs:surface_formats (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvafilter.c | 54 GArray *surface_formats; member 135 g_clear_pointer (&self->surface_formats, g_array_unref); in gst_va_filter_dispose() 270 GArray *surface_formats; in gst_va_filter_ensure_surface_attributes() local 279 surface_formats = g_array_new (FALSE, FALSE, sizeof (GstVideoFormat)); in gst_va_filter_ensure_surface_attributes() 289 g_array_append_val (surface_formats, format); in gst_va_filter_ensure_surface_attributes() 317 if (surface_formats->len == 0) in gst_va_filter_ensure_surface_attributes() 318 g_clear_pointer (&surface_formats, g_array_unref); in gst_va_filter_ensure_surface_attributes() 320 self->surface_formats = surface_formats; in gst_va_filter_ensure_surface_attributes() 940 ret = self->surface_formats ? g_array_ref (self->surface_formats) : NULL; in gst_va_filter_get_surface_formats() 1059 GArray *surface_formats = NULL, *image_formats = NULL; in gst_va_filter_get_caps() local [all …]
|
D | gstvavideoformat.c | 272 GArray * surface_formats) in gst_va_video_surface_format_from_image_format() argument 280 if (!surface_formats || surface_formats->len == 0) in gst_va_video_surface_format_from_image_format() 287 for (i = 0; i < surface_formats->len; i++) { in gst_va_video_surface_format_from_image_format() 288 surface_format = g_array_index (surface_formats, GstVideoFormat, i); in gst_va_video_surface_format_from_image_format()
|
D | gstvavideoformat.h | 34 GArray * surface_formats);
|
D | gstvaallocator.h | 64 GArray * surface_formats);
|
D | gstvaallocator.c | 907 GArray *surface_formats; member 953 g_clear_pointer (&self->surface_formats, g_array_unref); in gst_va_allocator_finalize() 1407 gst_va_allocator_new (GstVaDisplay * display, GArray * surface_formats) in gst_va_allocator_new() argument 1415 self->surface_formats = surface_formats; in gst_va_allocator_new() 1485 self->surface_formats); in gst_va_allocator_try()
|
D | gstvabasetransform.c | 612 GArray *surface_formats = gst_va_filter_get_surface_formats (self->filter); in gst_va_base_transform_allocator_from_caps() local 613 allocator = gst_va_allocator_new (self->display, surface_formats); in gst_va_base_transform_allocator_from_caps()
|
D | gstvabasedec.c | 206 GArray *surface_formats = in _create_allocator() local 208 allocator = gst_va_allocator_new (base->display, surface_formats); in _create_allocator()
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | physical_device.h | 57 BUILDER_VECTOR(PhysicalDevice, VkSurfaceFormatKHR, surface_formats, surface_format)
|
D | test_icd.cpp | 651 …FillCountPtr(icd.GetPhysDevice(physicalDevice).surface_formats, pSurfaceFormatCount, pSurfaceForma… in test_vkGetPhysicalDeviceSurfaceFormatsKHR() 747 …memcpy(&pSurfaceFormats[cnt].surfaceFormat, &phys_dev.surface_formats[cnt], sizeof(VkSurfaceFormat… in test_vkGetPhysicalDeviceSurfaceFormats2KHR()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 989 VkSurfaceFormatKHR *surface_formats) in wsi_display_surface_get_formats() argument 992 surface_formats, surface_format_count); in wsi_display_surface_get_formats() 1012 VkSurfaceFormat2KHR *surface_formats) in wsi_display_surface_get_formats2() argument 1015 surface_formats, surface_format_count); in wsi_display_surface_get_formats2()
|
/third_party/vulkan-loader/tests/ |
D | loader_phys_dev_inst_ext_tests.cpp | 2941 FillInRandomSurfaceFormatsData(env.get_test_icd(0).physical_devices.back().surface_formats); in TEST() 2973 ASSERT_EQ(env.get_test_icd(0).physical_devices.back().surface_formats.size(), count_1); in TEST() 2976 ASSERT_EQ(env.get_test_icd(0).physical_devices.back().surface_formats.size(), count_1); in TEST() 3045 FillInRandomSurfaceFormatsData(cur_dev.surface_formats); in TEST()
|