Lines Matching refs:device_priv
333 QSVDeviceContext *device_priv = ctx->device_ctx->internal->priv;
343 if (!device_priv->handle) {
350 child_device_ref = av_hwdevice_ctx_alloc(device_priv->child_device_type);
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;
388 child_frames_ctx->format = device_priv->child_pix_fmt;
615 QSVDeviceContext *device_priv = ctx->device_ctx->internal->priv;
630 err = MFXInit(device_priv->impl, &device_priv->ver, session);
636 if (device_priv->handle) {
637 err = MFXVideoCORE_SetHandle(*session, device_priv->handle_type,
638 device_priv->handle);