Home
last modified time | relevance | path

Searched refs:ff_hwframe_map_create (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h154 int ff_hwframe_map_create(AVBufferRef *hwframe_ref,
Dhwcontext_videotoolbox.c158 ret = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, vt_unmap, in vt_map_frame()
Dhwcontext_drm.c189 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, in drm_map_frame()
Dhwcontext_opencl.c2017 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, in opencl_map_frame()
2132 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in opencl_map_from_drm_beignet()
2305 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in opencl_map_from_qsv()
2394 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in opencl_map_from_dxva2()
2549 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in opencl_map_from_d3d11()
2777 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in opencl_map_from_drm_arm()
Dhwcontext_vaapi.c862 err = ff_hwframe_map_create(src->hw_frames_ctx, in vaapi_map_frame()
1122 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in vaapi_map_from_drm()
1209 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, in vaapi_map_to_drm_esh()
1368 err = ff_hwframe_map_create(src->hw_frames_ctx, in vaapi_map_to_drm_abh()
Dhwcontext_dxva2.c311 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, in dxva2_map_frame()
Dhwcontext_qsv.c693 ret = ff_hwframe_map_create(s->child_frames_ref, in qsv_map_from()
1052 err = ff_hwframe_map_create(dst->hw_frames_ctx, in qsv_map_to()
Dhwcontext.c737 int ff_hwframe_map_create(AVBufferRef *hwframe_ref, in ff_hwframe_map_create() function
Dhwcontext_vulkan.c1956 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, in vulkan_map_frame_to_mem()
2265 err = ff_hwframe_map_create(dst->hw_frames_ctx, dst, src, in vulkan_map_from_drm()
2600 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, &vulkan_unmap_to_drm, drm_desc); in vulkan_map_to_drm()