Home
last modified time | relevance | path

Searched refs:device_uninit (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext.c129 if (ctx->internal->hw_type->device_uninit) in hwdevice_ctx_free()
130 ctx->internal->hw_type->device_uninit(ctx); in hwdevice_ctx_free()
214 if (ctx->internal->hw_type->device_uninit) in av_hwdevice_ctx_init()
215 ctx->internal->hw_type->device_uninit(ctx); in av_hwdevice_ctx_init()
H A Dhwcontext_internal.h74 void (*device_uninit)(AVHWDeviceContext *ctx); member
H A Dhwcontext_vdpau.c519 .device_uninit = vdpau_device_uninit,
H A Dhwcontext_cuda.c540 .device_uninit = cuda_device_uninit,
H A Dhwcontext_d3d11va.c632 .device_uninit = d3d11va_device_uninit,
H A Dhwcontext_vaapi.c1876 .device_uninit = &vaapi_device_uninit,
H A Dhwcontext_opencl.c2943 .device_uninit = &opencl_device_uninit,
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_controller.h135 void (*device_uninit) (struct usb_device *); member
H A Dusb_device.c2091 if (bus->methods->device_uninit != NULL) in usb_free_device()
2092 (bus->methods->device_uninit) (udev); in usb_free_device()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c4286 .device_uninit = xhci_device_uninit,

Completed in 18 milliseconds