Home
last modified time | relevance | path

Searched refs:surface_formats (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvafilter.c54 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 …]
Dgstvavideoformat.c272 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()
Dgstvavideoformat.h34 GArray * surface_formats);
Dgstvaallocator.h64 GArray * surface_formats);
Dgstvaallocator.c907 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()
Dgstvabasetransform.c612 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()
Dgstvabasedec.c206 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/
Dphysical_device.h57 BUILDER_VECTOR(PhysicalDevice, VkSurfaceFormatKHR, surface_formats, surface_format)
Dtest_icd.cpp651 …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/
Dwsi_common_display.c989 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/
Dloader_phys_dev_inst_ext_tests.cpp2941 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()