Home
last modified time | relevance | path

Searched refs:child_device_hwctx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c357 AVVAAPIDeviceContext *child_device_hwctx = child_device_ctx->hwctx; in qsv_init_child_ctx() local
358 child_device_hwctx->display = (VADisplay)device_priv->handle; in qsv_init_child_ctx()
363 AVD3D11VADeviceContext *child_device_hwctx = child_device_ctx->hwctx; in qsv_init_child_ctx() local
365 child_device_hwctx->device = (ID3D11Device*)device_priv->handle; in qsv_init_child_ctx()
370 AVDXVA2DeviceContext *child_device_hwctx = child_device_ctx->hwctx; in qsv_init_child_ctx() local
371 child_device_hwctx->devmgr = (IDirect3DDeviceManager9*)device_priv->handle; in qsv_init_child_ctx()
1493 AVVAAPIDeviceContext *child_device_hwctx = child_device_ctx->hwctx; in qsv_device_derive_from_child() local
1495 handle = (mfxHDL)child_device_hwctx->display; in qsv_device_derive_from_child()
1502 AVD3D11VADeviceContext *child_device_hwctx = child_device_ctx->hwctx; in qsv_device_derive_from_child() local
1504 handle = (mfxHDL)child_device_hwctx in qsv_device_derive_from_child()
1511 AVDXVA2DeviceContext *child_device_hwctx = child_device_ctx->hwctx; qsv_device_derive_from_child() local
[all...]

Completed in 3 milliseconds