Searched refs:device_create (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_mediacodec.c | 44 .device_create = mc_device_create,
|
H A D | hwcontext_internal.h | 67 int (*device_create)(AVHWDeviceContext *ctx, const char *device, member
|
H A D | hwcontext_drm.c | 310 .device_create = &drm_device_create,
|
H A D | hwcontext.c | 621 if (!device_ctx->internal->hw_type->device_create) { in av_hwdevice_ctx_create() 626 ret = device_ctx->internal->hw_type->device_create(device_ctx, device, in av_hwdevice_ctx_create()
|
H A D | hwcontext_vdpau.c | 516 .device_create = vdpau_device_create,
|
H A D | hwcontext_cuda.c | 537 .device_create = cuda_device_create,
|
H A D | hwcontext_videotoolbox.c | 752 .device_create = vt_device_create,
|
H A D | hwcontext_dxva2.c | 585 .device_create = dxva2_device_create,
|
H A D | hwcontext_d3d11va.c | 630 .device_create = d3d11va_device_create,
|
H A D | hwcontext_vaapi.c | 1873 .device_create = &vaapi_device_create,
|
H A D | hwcontext_qsv.c | 1674 .device_create = qsv_device_create,
|
H A D | hwcontext_opencl.c | 2940 .device_create = &opencl_device_create,
|
H A D | hwcontext_vulkan.c | 4135 .device_create = &vulkan_device_create,
|
/third_party/backends/backend/ |
H A D | plustek-pp_sysdep.h | 322 device_create(class, device, devt, NULL, "%s", name) 325 device_create(class, device, devt, name)
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 1149 static pa_bluetooth_device* device_create(pa_bluetooth_discovery *y, const char *path) { in device_create() function 2079 d = device_create(y, path); in parse_interfaces_and_properties() 2542 d = device_create(y, dev_path); in endpoint_set_configuration()
|
Completed in 26 milliseconds