Searched refs:device_create (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hwcontext_mediacodec.c | 44 .device_create = mc_device_create,
|
D | hwcontext_internal.h | 67 int (*device_create)(AVHWDeviceContext *ctx, const char *device, member
|
D | hwcontext_videotoolbox.c | 247 .device_create = vt_device_create,
|
D | hwcontext_drm.c | 310 .device_create = &drm_device_create,
|
D | hwcontext.c | 624 if (!device_ctx->internal->hw_type->device_create) { in av_hwdevice_ctx_create() 629 ret = device_ctx->internal->hw_type->device_create(device_ctx, device, in av_hwdevice_ctx_create()
|
D | hwcontext_cuda.c | 506 .device_create = cuda_device_create,
|
D | hwcontext_vdpau.c | 516 .device_create = vdpau_device_create,
|
D | hwcontext_dxva2.c | 584 .device_create = dxva2_device_create,
|
D | hwcontext_d3d11va.c | 604 .device_create = d3d11va_device_create,
|
D | hwcontext_qsv.c | 1284 .device_create = qsv_device_create,
|
D | hwcontext_vaapi.c | 1747 .device_create = &vaapi_device_create,
|
D | hwcontext_opencl.c | 2920 .device_create = &opencl_device_create,
|
D | hwcontext_vulkan.c | 3366 .device_create = &vulkan_device_create,
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.c | 513 static pa_bluetooth_device* device_create(pa_bluetooth_discovery *y, const char *path) { in device_create() function 980 d = device_create(y, path); in parse_interfaces_and_properties() 1401 d = device_create(y, dev_path); in endpoint_set_configuration()
|