Home
last modified time | relevance | path

Searched refs:device_hwctx_size (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_mediacodec.c42 .device_hwctx_size = sizeof(AVMediaCodecDeviceContext),
Dhwcontext_internal.h43 size_t device_hwctx_size; member
Dhwcontext_drm.c308 .device_hwctx_size = sizeof(AVDRMDeviceContext),
Dhwcontext.c172 if (hw_type->device_hwctx_size) { in av_hwdevice_ctx_alloc()
173 ctx->hwctx = av_mallocz(hw_type->device_hwctx_size); in av_hwdevice_ctx_alloc()
Dhwcontext_cuda.c503 .device_hwctx_size = sizeof(AVCUDADeviceContext),
Dhwcontext_vdpau.c511 .device_hwctx_size = sizeof(AVVDPAUDeviceContext),
Dhwcontext_dxva2.c580 .device_hwctx_size = sizeof(AVDXVA2DeviceContext),
Dhwcontext_d3d11va.c600 .device_hwctx_size = sizeof(AVD3D11VADeviceContext),
Dhwcontext_qsv.c1279 .device_hwctx_size = sizeof(AVQSVDeviceContext),
Dhwcontext_vaapi.c1741 .device_hwctx_size = sizeof(AVVAAPIDeviceContext),
Dhwcontext_opencl.c2915 .device_hwctx_size = sizeof(AVOpenCLDeviceContext),
Dhwcontext_vulkan.c3360 .device_hwctx_size = sizeof(AVVulkanDeviceContext),