Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_internal.h60 size_t frames_hwctx_size; member
H A 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()
H A Dhwcontext_dxva2.c582 .frames_hwctx_size = sizeof(AVDXVA2FramesContext),
H A Dhwcontext_d3d11va.c627 .frames_hwctx_size = sizeof(AVD3D11VAFramesContext),
H A Dhwcontext_vaapi.c1870 .frames_hwctx_size = sizeof(AVVAAPIFramesContext),
H A Dhwcontext_qsv.c1671 .frames_hwctx_size = sizeof(AVQSVFramesContext),
H A Dhwcontext_opencl.c2937 .frames_hwctx_size = sizeof(AVOpenCLFramesContext),
H A Dhwcontext_vulkan.c4131 .frames_hwctx_size = sizeof(AVVulkanFramesContext),

Completed in 19 milliseconds