Searched defs:hwfc (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hwcontext_drm.c | 80 static int drm_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in drm_get_buffer() 104 static void drm_unmap_frame(AVHWFramesContext *hwfc, in drm_unmap_frame() 120 static int drm_map_frame(AVHWFramesContext *hwfc, in drm_map_frame() 222 static int drm_transfer_data_from(AVHWFramesContext *hwfc, in drm_transfer_data_from() 253 static int drm_transfer_data_to(AVHWFramesContext *hwfc, in drm_transfer_data_to() 285 static int drm_map_from(AVHWFramesContext *hwfc, AVFrame *dst, in drm_map_from()
|
D | hwcontext_vaapi.c | 453 AVHWFramesContext *hwfc = opaque; in vaapi_buffer_free() local 469 AVHWFramesContext *hwfc = opaque; in vaapi_pool_alloc() local 511 static int vaapi_frames_init(AVHWFramesContext *hwfc) in vaapi_frames_init() 663 static void vaapi_frames_uninit(AVHWFramesContext *hwfc) in vaapi_frames_uninit() 672 static int vaapi_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in vaapi_get_buffer() 686 static int vaapi_transfer_get_formats(AVHWFramesContext *hwfc, in vaapi_transfer_get_formats() 722 static void vaapi_unmap_frame(AVHWFramesContext *hwfc, in vaapi_unmap_frame() 759 static int vaapi_map_frame(AVHWFramesContext *hwfc, in vaapi_map_frame() 894 static int vaapi_transfer_data_from(AVHWFramesContext *hwfc, in vaapi_transfer_data_from() 925 static int vaapi_transfer_data_to(AVHWFramesContext *hwfc, in vaapi_transfer_data_to() [all …]
|
D | hwcontext_vulkan.c | 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() [all …]
|
D | hwcontext_opencl.c | 1604 AVHWFramesContext *hwfc = opaque; in opencl_pool_free() local 1622 AVHWFramesContext *hwfc = opaque; in opencl_pool_alloc() local 1676 static int opencl_frames_init_command_queue(AVHWFramesContext *hwfc) in opencl_frames_init_command_queue() 1695 static int opencl_frames_init(AVHWFramesContext *hwfc) in opencl_frames_init() 1708 static void opencl_frames_uninit(AVHWFramesContext *hwfc) in opencl_frames_uninit() 1739 static int opencl_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in opencl_get_buffer() 1760 static int opencl_transfer_get_formats(AVHWFramesContext *hwfc, in opencl_transfer_get_formats() 1777 static int opencl_wait_events(AVHWFramesContext *hwfc, in opencl_wait_events() 1801 static int opencl_transfer_data_from(AVHWFramesContext *hwfc, in opencl_transfer_data_from() 1856 static int opencl_transfer_data_to(AVHWFramesContext *hwfc, in opencl_transfer_data_to() [all …]
|
D | hwcontext_videotoolbox.c | 170 static int vt_transfer_data_from(AVHWFramesContext *hwfc, in vt_transfer_data_from() 201 static int vt_transfer_data_to(AVHWFramesContext *hwfc, in vt_transfer_data_to()
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_decode.h | 71 AVVAAPIFramesContext *hwfc; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hwmap.c | 58 AVHWFramesContext *hwfc; in hwmap_config_output() local
|
D | vaapi_vpp.c | 410 const AVHWFramesContext *hwfc; in vaapi_vpp_frame_is_rgb() local
|