• Home
  • Raw
  • Download

Lines Matching defs:hwfc

777 static int create_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd,  in create_exec_ctx()
833 static void free_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) in free_exec_ctx()
868 static VkCommandBuffer get_buf_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) in get_buf_exec_ctx()
873 static void unref_exec_ctx_deps(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) in unref_exec_ctx_deps()
882 static int wait_start_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) in wait_start_exec_ctx()
923 static int add_buf_dep_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd, in add_buf_dep_exec_ctx()
953 static int submit_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd, in submit_exec_ctx()
1393 AVHWFramesContext *hwfc = opaque; in vulkan_frame_free() local
1408 static int alloc_bind_mem(AVHWFramesContext *hwfc, AVVkFrame *f, in alloc_bind_mem()
1482 static int prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx, in prepare_frame()
1572 static int create_frame(AVHWFramesContext *hwfc, AVVkFrame **frame, in create_frame()
1659 static void try_export_flags(AVHWFramesContext *hwfc, in try_export_flags()
1701 AVHWFramesContext *hwfc = opaque; in vulkan_pool_alloc() local
1752 static void vulkan_frames_uninit(AVHWFramesContext *hwfc) in vulkan_frames_uninit()
1761 static int vulkan_frames_init(AVHWFramesContext *hwfc) in vulkan_frames_init()
1815 static int vulkan_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in vulkan_get_buffer()
1829 static int vulkan_transfer_get_formats(AVHWFramesContext *hwfc, in vulkan_transfer_get_formats()
1849 static void vulkan_unmap_frame(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) in vulkan_unmap_frame()
1881 static int vulkan_map_frame_to_mem(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_map_frame_to_mem()
1972 static void vulkan_unmap_from(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) in vulkan_unmap_from()
2011 static int vulkan_map_from_drm_frame_desc(AVHWFramesContext *hwfc, AVVkFrame **frame, in vulkan_map_from_drm_frame_desc()
2243 static int vulkan_map_from_drm(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_map_from_drm()
2317 static int vulkan_export_to_cuda(AVHWFramesContext *hwfc, in vulkan_export_to_cuda()
2446 static int vulkan_transfer_data_from_cuda(AVHWFramesContext *hwfc, in vulkan_transfer_data_from_cuda()
2532 static int vulkan_map_to(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_map_to()
2559 static void vulkan_unmap_to_drm(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) in vulkan_unmap_to_drm()
2577 static int vulkan_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_map_to_drm()
2678 static int vulkan_map_to_vaapi(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_map_to_vaapi()
2705 static int vulkan_map_from(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_map_from()
2946 static int transfer_image_buf(AVHWFramesContext *hwfc, const AVFrame *f, in transfer_image_buf()
3060 static int vulkan_transfer_data(AVHWFramesContext *hwfc, const AVFrame *vkf, in vulkan_transfer_data()
3218 static int vulkan_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_transfer_data_to()
3239 static int vulkan_transfer_data_to_cuda(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_transfer_data_to_cuda()
3325 static int vulkan_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, in vulkan_transfer_data_from()