Home
last modified time | relevance | path

Searched refs:frames_hwctx_size (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h60 size_t frames_hwctx_size; member
Dhwcontext.c269 if (hw_type->frames_hwctx_size) { in av_hwframe_ctx_alloc()
270 ctx->hwctx = av_mallocz(hw_type->frames_hwctx_size); in av_hwframe_ctx_alloc()
Dhwcontext_dxva2.c582 .frames_hwctx_size = sizeof(AVDXVA2FramesContext),
Dhwcontext_d3d11va.c627 .frames_hwctx_size = sizeof(AVD3D11VAFramesContext),
Dhwcontext_qsv.c1671 .frames_hwctx_size = sizeof(AVQSVFramesContext),
Dhwcontext_vaapi.c1870 .frames_hwctx_size = sizeof(AVVAAPIFramesContext),
Dhwcontext_opencl.c2937 .frames_hwctx_size = sizeof(AVOpenCLFramesContext),
Dhwcontext_vulkan.c4131 .frames_hwctx_size = sizeof(AVVulkanFramesContext),