Lines Matching refs:device_handle
63 HANDLE device_handle; member
73 HANDLE device_handle; member
114 if (s->device_handle != INVALID_HANDLE_VALUE) { in dxva2_frames_uninit()
115 IDirect3DDeviceManager9_CloseDeviceHandle(device_hwctx->devmgr, s->device_handle); in dxva2_frames_uninit()
116 s->device_handle = INVALID_HANDLE_VALUE; in dxva2_frames_uninit()
155 hr = IDirect3DDeviceManager9_OpenDeviceHandle(device_hwctx->devmgr, &s->device_handle); in dxva2_init_pool()
162 s->device_handle, in dxva2_init_pool()
222 s->device_handle = INVALID_HANDLE_VALUE; in dxva2_frames_init()
414 if (hwctx->devmgr && priv->device_handle != INVALID_HANDLE_VALUE) in dxva2_device_free()
415 IDirect3DDeviceManager9_CloseDeviceHandle(hwctx->devmgr, priv->device_handle); in dxva2_device_free()
528 priv->device_handle = INVALID_HANDLE_VALUE; in dxva2_device_create()
567 hr = IDirect3DDeviceManager9_OpenDeviceHandle(hwctx->devmgr, &priv->device_handle); in dxva2_device_create()