Home
last modified time | relevance | path

Searched refs:device_derive (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h69 int (*device_derive)(AVHWDeviceContext *dst_ctx, member
Dhwcontext.c679 if (dst_ctx->internal->hw_type->device_derive) { in av_hwdevice_ctx_create_derived_opts()
680 ret = dst_ctx->internal->hw_type->device_derive(dst_ctx, in av_hwdevice_ctx_create_derived_opts()
Dhwcontext_cuda.c507 .device_derive = cuda_device_derive,
Dhwcontext_qsv.c1285 .device_derive = qsv_device_derive,
Dhwcontext_vaapi.c1748 .device_derive = &vaapi_device_derive,
Dhwcontext_opencl.c2921 .device_derive = &opencl_device_derive,
Dhwcontext_vulkan.c3367 .device_derive = &vulkan_device_derive,