Searched refs:devmgr (Results 1 - 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/implementation/ |
H A D | usb_init.c | 168 struct IDevmgrService *devmgr = DevmgrServiceGetInstance(); in HdfLoadUsbDevice() local 169 if(devmgr== NULL || devmgr->LoadDevice(devmgr, serv_name) != HDF_SUCCESS) { in HdfLoadUsbDevice()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_dxva2.c | 116 IDirect3DDeviceManager9_CloseDeviceHandle(device_hwctx->devmgr, s->device_handle); in dxva2_frames_uninit() 156 hr = IDirect3DDeviceManager9_OpenDeviceHandle(device_hwctx->devmgr, &s->device_handle); in dxva2_init_pool() 162 hr = IDirect3DDeviceManager9_GetVideoService(device_hwctx->devmgr, in dxva2_init_pool() 415 if (hwctx->devmgr && priv->device_handle != INVALID_HANDLE_VALUE) in dxva2_device_free() 416 IDirect3DDeviceManager9_CloseDeviceHandle(hwctx->devmgr, priv->device_handle); in dxva2_device_free() 418 if (hwctx->devmgr) in dxva2_device_free() 419 IDirect3DDeviceManager9_Release(hwctx->devmgr); in dxva2_device_free() 556 hr = createDeviceManager(&resetToken, &hwctx->devmgr); in dxva2_device_create() 562 hr = IDirect3DDeviceManager9_ResetDevice(hwctx->devmgr, priv->d3d9device, resetToken); in dxva2_device_create() 568 hr = IDirect3DDeviceManager9_OpenDeviceHandle(hwctx->devmgr, in dxva2_device_create() [all...] |
H A D | hwcontext_dxva2.h | 40 IDirect3DDeviceManager9 *devmgr; member
|
H A D | hwcontext_opencl.c | 1277 hr = IDirect3DDeviceManager9_OpenDeviceHandle(src_hwctx->devmgr, in opencl_device_derive() 1286 hr = IDirect3DDeviceManager9_LockDevice(src_hwctx->devmgr, in opencl_device_derive() 1309 IDirect3DDeviceManager9_UnlockDevice(src_hwctx->devmgr, in opencl_device_derive() 1317 IDirect3DDeviceManager9_CloseDeviceHandle(src_hwctx->devmgr, in opencl_device_derive()
|
H A D | hwcontext_qsv.c | 371 child_device_hwctx->devmgr = (IDirect3DDeviceManager9*)device_priv->handle; in qsv_init_child_ctx() 1513 handle = (mfxHDL)child_device_hwctx->devmgr; in qsv_device_derive_from_child()
|
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc.c | 180 hr = IDirect3DDeviceManager9_OpenDeviceHandle(hwctx->devmgr, &device_handle); in amf_init_from_dxva2_device() 186 hr = IDirect3DDeviceManager9_LockDevice(hwctx->devmgr, device_handle, &device, FALSE); in amf_init_from_dxva2_device() 188 IDirect3DDeviceManager9_UnlockDevice(hwctx->devmgr, device_handle, FALSE); in amf_init_from_dxva2_device() 195 IDirect3DDeviceManager9_CloseDeviceHandle(hwctx->devmgr, device_handle); in amf_init_from_dxva2_device()
|
H A D | dxva2.c | 359 hr = IDirect3DDeviceManager9_OpenDeviceHandle(device_hwctx->devmgr, in dxva2_create_decoder() 366 hr = IDirect3DDeviceManager9_GetVideoService(device_hwctx->devmgr, device_handle, in dxva2_create_decoder() 369 IDirect3DDeviceManager9_CloseDeviceHandle(device_hwctx->devmgr, device_handle); in dxva2_create_decoder()
|
Completed in 12 milliseconds