Home
last modified time | relevance | path

Searched refs:device_create (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_mediacodec.c44 .device_create = mc_device_create,
Dhwcontext_internal.h67 int (*device_create)(AVHWDeviceContext *ctx, const char *device, member
Dhwcontext_videotoolbox.c247 .device_create = vt_device_create,
Dhwcontext_drm.c310 .device_create = &drm_device_create,
Dhwcontext.c624 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()
Dhwcontext_cuda.c506 .device_create = cuda_device_create,
Dhwcontext_vdpau.c516 .device_create = vdpau_device_create,
Dhwcontext_dxva2.c584 .device_create = dxva2_device_create,
Dhwcontext_d3d11va.c604 .device_create = d3d11va_device_create,
Dhwcontext_qsv.c1284 .device_create = qsv_device_create,
Dhwcontext_vaapi.c1747 .device_create = &vaapi_device_create,
Dhwcontext_opencl.c2920 .device_create = &opencl_device_create,
Dhwcontext_vulkan.c3366 .device_create = &vulkan_device_create,
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c513 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()