Lines Matching defs:handle
64 mfxHDL handle;
265 err = MFXVideoCORE_GetHandle(hwctx->session, handle_type, &s->handle);
272 if (!s->handle) {
273 av_log(ctx, AV_LOG_VERBOSE, "No supported hw handle could be retrieved "
343 if (!device_priv->handle) {
346 "a hardware handle\n");
358 child_device_hwctx->display = (VADisplay)device_priv->handle;
364 ID3D11Device_AddRef((ID3D11Device*)device_priv->handle);
365 child_device_hwctx->device = (ID3D11Device*)device_priv->handle;
371 child_device_hwctx->devmgr = (IDirect3DDeviceManager9*)device_priv->handle;
636 if (device_priv->handle) {
638 device_priv->handle);
1484 mfxHDL handle;
1495 handle = (mfxHDL)child_device_hwctx->display;
1504 handle = (mfxHDL)child_device_hwctx->device;
1513 handle = (mfxHDL)child_device_hwctx->devmgr;
1551 err = MFXVideoCORE_SetHandle(hwctx->session, handle_type, handle);
1553 av_log(ctx, AV_LOG_ERROR, "Error setting child device handle: "