Lines Matching refs:device_hwctx
357 AVDXVA2DeviceContext *device_hwctx = frames_ctx->device_ctx->hwctx;
359 hr = IDirect3DDeviceManager9_OpenDeviceHandle(device_hwctx->devmgr,
366 hr = IDirect3DDeviceManager9_GetVideoService(device_hwctx->devmgr, device_handle,
369 IDirect3DDeviceManager9_CloseDeviceHandle(device_hwctx->devmgr, device_handle);
474 AVD3D11VADeviceContext *device_hwctx = frames_ctx->device_ctx->hwctx;
487 guid_count = ID3D11VideoDevice_GetVideoDecoderProfileCount(device_hwctx->video_device);
495 hr = ID3D11VideoDevice_GetVideoDecoderProfile(device_hwctx->video_device, i, &guid_list[i]);
503 ret = dxva_get_decoder_guid(avctx, device_hwctx->video_device, &surface_format,
514 ret = d3d11va_get_decoder_configuration(avctx, device_hwctx->video_device, &desc, &config);
531 hr = ID3D11VideoDevice_CreateVideoDecoderOutputView(device_hwctx->video_device,
541 hr = ID3D11VideoDevice_CreateVideoDecoder(device_hwctx->video_device, &desc,
685 AVD3D11VADeviceContext *device_hwctx = frames_ctx->device_ctx->hwctx;
695 d3d11_ctx->video_context = device_hwctx->video_context;