Home
last modified time | relevance | path

Searched refs:hwdev (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c155 static void opencl_device_free(AVHWDeviceContext *hwdev) in opencl_device_free() argument
157 AVOpenCLDeviceContext *hwctx = hwdev->hwctx; in opencl_device_free()
162 av_log(hwdev, AV_LOG_ERROR, "Failed to release OpenCL " in opencl_device_free()
270 static av_unused int opencl_check_extension(AVHWDeviceContext *hwdev, in opencl_check_extension() argument
273 AVOpenCLDeviceContext *hwctx = hwdev->hwctx; in opencl_check_extension()
274 OpenCLDeviceContext *priv = hwdev->internal->priv; in opencl_check_extension()
277 av_log(hwdev, AV_LOG_DEBUG, in opencl_check_extension()
283 av_log(hwdev, AV_LOG_DEBUG, in opencl_check_extension()
291 static int opencl_enumerate_platforms(AVHWDeviceContext *hwdev, in opencl_enumerate_platforms() argument
300 av_log(hwdev, AV_LOG_ERROR, "Failed to get number of " in opencl_enumerate_platforms()
[all …]
Dhwcontext_drm.c33 static void drm_device_free(AVHWDeviceContext *hwdev) in drm_device_free() argument
35 AVDRMDeviceContext *hwctx = hwdev->hwctx; in drm_device_free()
40 static int drm_device_create(AVHWDeviceContext *hwdev, const char *device, in drm_device_create() argument
43 AVDRMDeviceContext *hwctx = hwdev->hwctx; in drm_device_create()
52 av_log(hwdev, AV_LOG_ERROR, "Failed to get version information " in drm_device_create()
58 av_log(hwdev, AV_LOG_VERBOSE, "Opened DRM device %s: driver %s " in drm_device_create()
65 hwdev->free = &drm_device_free; in drm_device_create()
Dhwcontext_vaapi.c172 static int vaapi_get_image_format(AVHWDeviceContext *hwdev, in vaapi_get_image_format() argument
176 VAAPIDeviceContext *ctx = hwdev->internal->priv; in vaapi_get_image_format()
189 static int vaapi_frames_get_constraints(AVHWDeviceContext *hwdev, in vaapi_frames_get_constraints() argument
193 AVVAAPIDeviceContext *hwctx = hwdev->hwctx; in vaapi_frames_get_constraints()
195 VAAPIDeviceContext *ctx = hwdev->internal->priv; in vaapi_frames_get_constraints()
208 av_log(hwdev, AV_LOG_ERROR, "Failed to query surface attributes: " in vaapi_frames_get_constraints()
223 av_log(hwdev, AV_LOG_ERROR, "Failed to query surface attributes: " in vaapi_frames_get_constraints()
331 static int vaapi_device_init(AVHWDeviceContext *hwdev) in vaapi_device_init() argument
333 VAAPIDeviceContext *ctx = hwdev->internal->priv; in vaapi_device_init()
334 AVVAAPIDeviceContext *hwctx = hwdev->hwctx; in vaapi_device_init()
[all …]
Dhwcontext_d3d11va.c445 static int d3d11va_device_init(AVHWDeviceContext *hwdev) in d3d11va_device_init() argument
447 AVD3D11VADeviceContext *device_hwctx = hwdev->hwctx; in d3d11va_device_init()
483 static void d3d11va_device_uninit(AVHWDeviceContext *hwdev) in d3d11va_device_uninit() argument
485 AVD3D11VADeviceContext *device_hwctx = hwdev->hwctx; in d3d11va_device_uninit()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dimmap_5329.h321 u32 hwdev; /* 0x00C Device HW parameters */ member