Home
last modified time | relevance | path

Searched defs:hwfc (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.h58 AVVAAPIFramesContext *hwfc; member
/third_party/ffmpeg/libavfilter/
H A Dvf_hwmap.c58 AVHWFramesContext *hwfc; in hwmap_config_output() local
[all...]
H A Dvaapi_vpp.c410 const AVHWFramesContext *hwfc; in vaapi_vpp_frame_is_rgb() local
H A Dvf_libplacebo.c514 AVHWFramesContext *hwfc; in libplacebo_config_output() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_drm.c80 static int drm_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in drm_get_buffer() argument
104 static void drm_unmap_frame(AVHWFramesContext *hwfc, in drm_unmap_frame() argument
120 static int drm_map_frame(AVHWFramesContext *hwfc, in drm_map_frame() argument
222 static int drm_transfer_data_from(AVHWFramesContext *hwfc, in drm_transfer_data_from() argument
253 drm_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) drm_transfer_data_to() argument
285 drm_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) drm_map_from() argument
[all...]
H A Dhwcontext_videotoolbox.c645 static int vt_transfer_data_from(AVHWFramesContext *hwfc, in vt_transfer_data_from() argument
676 static int vt_transfer_data_to(AVHWFramesContext *hwfc, in vt_transfer_data_to() argument
711 static int vt_map_from(AVHWFramesContext *hwfc, AVFram argument
[all...]
H A Dhwcontext_vaapi.c456 AVHWFramesContext *hwfc = opaque; in vaapi_buffer_free() local
472 AVHWFramesContext *hwfc = opaque; in vaapi_pool_alloc() local
514 vaapi_frames_init(AVHWFramesContext *hwfc) vaapi_frames_init() argument
666 vaapi_frames_uninit(AVHWFramesContext *hwfc) vaapi_frames_uninit() argument
675 vaapi_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) vaapi_get_buffer() argument
689 vaapi_transfer_get_formats(AVHWFramesContext *hwfc, enum AVHWFrameTransferDirection dir, enum AVPixelFormat **formats) vaapi_transfer_get_formats() argument
725 vaapi_unmap_frame(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) vaapi_unmap_frame() argument
762 vaapi_map_frame(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_frame() argument
897 vaapi_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vaapi_transfer_data_from() argument
928 vaapi_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vaapi_transfer_data_to() argument
959 vaapi_map_to_memory(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_to_memory() argument
1265 vaapi_unmap_to_drm_esh(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) vaapi_unmap_to_drm_esh() argument
1277 vaapi_map_to_drm_esh(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_to_drm_esh() argument
1362 vaapi_unmap_to_drm_abh(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) vaapi_unmap_to_drm_abh() argument
1395 vaapi_map_to_drm_abh(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_to_drm_abh() argument
1516 vaapi_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_to_drm() argument
1533 vaapi_map_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_to() argument
1546 vaapi_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vaapi_map_from() argument
[all...]
H A Dvulkan.h206 AVVulkanFramesContext *hwfc; member
H A Dhwcontext_opencl.c1613 AVHWFramesContext *hwfc = opaque; in opencl_pool_free() local
1631 AVHWFramesContext *hwfc = opaque; in opencl_pool_alloc() local
1685 static int opencl_frames_init_command_queue(AVHWFramesContext *hwfc) in opencl_frames_init_command_queue() argument
1704 opencl_frames_init(AVHWFramesContext *hwfc) opencl_frames_init() argument
1717 opencl_frames_uninit(AVHWFramesContext *hwfc) opencl_frames_uninit() argument
1748 opencl_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) opencl_get_buffer() argument
1769 opencl_transfer_get_formats(AVHWFramesContext *hwfc, enum AVHWFrameTransferDirection dir, enum AVPixelFormat **formats) opencl_transfer_get_formats() argument
1786 opencl_wait_events(AVHWFramesContext *hwfc, cl_event *events, int nb_events) opencl_wait_events() argument
1810 opencl_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) opencl_transfer_data_from() argument
1865 opencl_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) opencl_transfer_data_to() argument
1927 opencl_unmap_frame(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) opencl_unmap_frame() argument
1956 opencl_map_frame(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_frame() argument
2821 opencl_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from() argument
2830 opencl_map_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_to() argument
[all...]
H A Dhwcontext_vulkan.c1056 static int create_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd, in create_exec_ctx() argument
1114 static void free_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) in free_exec_ctx() argument
1151 static VkCommandBuffer get_buf_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) in get_buf_exec_ctx() argument
1156 static void unref_exec_ctx_deps(AVHWFramesContext *hwfc, VulkanExecCt argument
1165 wait_start_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) wait_start_exec_ctx() argument
1208 add_buf_dep_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd, AVBufferRef * const *deps, int nb_deps) add_buf_dep_exec_ctx() argument
1238 submit_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd, VkSubmitInfo *s_info, AVVkFrame *f, int synchronous) submit_exec_ctx() argument
1758 AVHWFramesContext *hwfc = opaque; vulkan_frame_free() local
1779 alloc_bind_mem(AVHWFramesContext *hwfc, AVVkFrame *f, void *alloc_pnext, size_t alloc_pnext_stride) alloc_bind_mem() argument
1905 prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx, AVVkFrame *frame, enum PrepMode pmode) prepare_frame() argument
2017 create_frame(AVHWFramesContext *hwfc, AVVkFrame **frame, VkImageTiling tiling, VkImageUsageFlagBits usage, void *create_pnext) create_frame() argument
2123 try_export_flags(AVHWFramesContext *hwfc, VkExternalMemoryHandleTypeFlags *comp_handle_types, VkExternalMemoryHandleTypeFlagBits *iexp, VkExternalMemoryHandleTypeFlagBits exp) try_export_flags() argument
2190 AVHWFramesContext *hwfc = opaque; vulkan_pool_alloc() local
2248 vulkan_frames_uninit(AVHWFramesContext *hwfc) vulkan_frames_uninit() argument
2263 vulkan_frames_init(AVHWFramesContext *hwfc) vulkan_frames_init() argument
2413 vulkan_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) vulkan_get_buffer() argument
2427 vulkan_transfer_get_formats(AVHWFramesContext *hwfc, enum AVHWFrameTransferDirection dir, enum AVPixelFormat **formats) vulkan_transfer_get_formats() argument
2447 vulkan_unmap_frame(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) vulkan_unmap_frame() argument
2481 vulkan_map_frame_to_mem(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vulkan_map_frame_to_mem() argument
2581 vulkan_unmap_from_drm(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) vulkan_unmap_from_drm() argument
2634 vulkan_map_from_drm_frame_desc(AVHWFramesContext *hwfc, AVVkFrame **frame, const AVFrame *src) vulkan_map_from_drm_frame_desc() argument
2907 vulkan_map_from_drm(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vulkan_map_from_drm() argument
2973 vulkan_export_to_cuda(AVHWFramesContext *hwfc, AVBufferRef *cuda_hwfc, const AVFrame *frame) vulkan_export_to_cuda() argument
3152 vulkan_transfer_data_from_cuda(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vulkan_transfer_data_from_cuda() argument
3244 vulkan_map_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vulkan_map_to() argument
3275 vulkan_unmap_to_drm(AVHWFramesContext *hwfc, HWMapDescriptor *hwmap) vulkan_unmap_to_drm() argument
3293 vulkan_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vulkan_map_to_drm() argument
3404 vulkan_map_to_vaapi(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vulkan_map_to_vaapi() argument
3431 vulkan_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vulkan_map_from() argument
3684 transfer_image_buf(AVHWFramesContext *hwfc, const AVFrame *f, AVBufferRef **bufs, size_t *buf_offsets, const int *buf_stride, int w, int h, enum AVPixelFormat pix_fmt, int to_buf) transfer_image_buf() argument
3814 vulkan_transfer_data(AVHWFramesContext *hwfc, const AVFrame *vkf, const AVFrame *swf, int from) vulkan_transfer_data() argument
3971 vulkan_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vulkan_transfer_data_to() argument
3997 vulkan_transfer_data_to_cuda(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vulkan_transfer_data_to_cuda() argument
4089 vulkan_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vulkan_transfer_data_from() argument
[all...]

Completed in 14 milliseconds