Searched refs:GstVulkanImageView (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkimageview.h | 77 static inline GstVulkanImageView* gst_vulkan_image_view_ref(GstVulkanImageView* trash); 78 static inline GstVulkanImageView * 79 gst_vulkan_image_view_ref (GstVulkanImageView * trash) in gst_vulkan_image_view_ref() 81 return (GstVulkanImageView *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (trash)); in gst_vulkan_image_view_ref() 93 static inline void gst_vulkan_image_view_unref(GstVulkanImageView* trash); 95 gst_vulkan_image_view_unref (GstVulkanImageView * trash) in gst_vulkan_image_view_unref() 115 gst_clear_vulkan_image_view (GstVulkanImageView ** view_ptr) in gst_clear_vulkan_image_view() 121 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVulkanImageView, gst_vulkan_image_view_unref) 125 GstVulkanImageView * gst_vulkan_image_view_new (GstVulkanImageMemory * image,
|
D | gstvkimageview.c | 54 GstVulkanImageView * view); 57 gst_vulkan_image_view_dispose (GstVulkanImageView * view) in gst_vulkan_image_view_dispose() 71 gst_vulkan_image_view_free (GstVulkanImageView * view) in gst_vulkan_image_view_free() 97 GstVulkanImageView * 101 GstVulkanImageView *view; in gst_vulkan_image_view_new() 111 view = g_new0 (GstVulkanImageView, 1); in gst_vulkan_image_view_new() 150 GST_DEFINE_MINI_OBJECT_TYPE (GstVulkanImageView, gst_vulkan_image_view);
|
D | gstvkimagememory.h | 127 typedef gboolean (*GstVulkanImageMemoryFindViewFunc) (GstVulkanImageView * view, gpointer user_data… 202 GstVulkanImageView *gst_vulkan_image_memory_find_view (GstVulkanImageMemory * image, 207 GstVulkanImageView * view);
|
D | gstvkimagememory.c | 404 _free_view (GstVulkanImageView * view, gpointer unused) in _free_view() 531 GstVulkanImageView * view) in find_view_index_unlocked() 543 GstVulkanImageView * view); 547 GstVulkanImageView * view) in gst_vulkan_image_memory_release_view() 579 GstVulkanImageView * view) in gst_vulkan_image_memory_add_view() 606 find_view_func (GstVulkanImageView * view, gpointer user_data) in find_view_func() 633 GstVulkanImageView * 637 GstVulkanImageView *ret = NULL; in gst_vulkan_image_memory_find_view()
|
D | gstvkutils.c | 434 find_compatible_view (GstVulkanImageView * view, VkImageViewCreateInfo * info) in find_compatible_view() 465 GstVulkanImageView * 469 GstVulkanImageView *ret = NULL; in gst_vulkan_get_or_create_image_view()
|
D | gstvkutils.h | 56 GstVulkanImageView * gst_vulkan_get_or_create_image_view (GstVulkanImageMemory * image);
|
D | vulkan_fwd.h | 99 typedef struct _GstVulkanImageView GstVulkanImageView; typedef
|
D | gstvkfullscreenquad.c | 122 GstVulkanImageView ** views, GError ** error) in get_and_update_descriptor_set() 582 create_framebuffer (GstVulkanFullScreenQuad * self, GstVulkanImageView ** views, in create_framebuffer() 1196 GstVulkanImageView *in_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_full_screen_quad_prepare_draw() 1197 GstVulkanImageView *out_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_full_screen_quad_prepare_draw() 1283 GstVulkanImageView *in_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_full_screen_quad_fill_command_buffer() 1284 GstVulkanImageView *out_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_full_screen_quad_fill_command_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.h | 43 …GstVulkanColorConvert * conv, shader_info * sinfo, GstVulkanImageView ** src_views, GstVulkanImage…
|
D | vkcolorconvert.c | 590 GstVulkanImageView * in_views[GST_VIDEO_MAX_COMPONENTS], in calculate_reorder_indexes() 592 GstVulkanImageView * out_views[GST_VIDEO_MAX_COMPONENTS], in calculate_reorder_indexes() 647 shader_info * sinfo, GstVulkanImageView ** in_views, in swizzle_rgb_create_uniform_memory() 648 GstVulkanImageView ** out_views) in swizzle_rgb_create_uniform_memory() 701 shader_info * sinfo, GstVulkanImageView ** in_views, in yuv_to_rgb_create_uniform_memory() 702 GstVulkanImageView ** out_views) in yuv_to_rgb_create_uniform_memory() 1204 GstVulkanImageView *in_img_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_color_convert_transform() 1206 GstVulkanImageView *render_img_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_color_convert_transform()
|
D | vkviewconvert.c | 244 GstVulkanImageView * in_views[GST_VIDEO_MAX_COMPONENTS], in calculate_reorder_indexes() 246 GstVulkanImageView * out_views[GST_VIDEO_MAX_COMPONENTS], in calculate_reorder_indexes() 295 GstVulkanImageView ** in_views) in update_descriptor_set() 365 update_uniform (GstVulkanViewConvert * conv, GstVulkanImageView ** in_views, in update_uniform() 366 GstVulkanImageView ** out_views) in update_uniform() 500 GstVulkanImageView ** in_views, GstVulkanImageView ** out_views) in get_uniforms() 1910 GstVulkanImageView *in_img_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_view_convert_transform() 1911 GstVulkanImageView *out_img_views[GST_VIDEO_MAX_PLANES] = { NULL, }; in gst_vulkan_view_convert_transform()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkimage.c | 110 GstVulkanImageView *view; in GST_START_TEST() 127 GstVulkanImageView *view; in GST_START_TEST() 171 GstVulkanImageView *view; in get_unref_image_view()
|