PFND3D11_1DDI_VIDEOPROCESSORINPUTVIEWREADAFTERWRITEHAZARD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

PFND3D11_1DDI_VIDEOPROCESSORINPUTVIEWREADAFTERWRITEHAZARD Pfnd3d111DdiVideoprocessorinputviewreadafterwritehazard;

VOID Pfnd3d111DdiVideoprocessorinputviewreadafterwritehazard(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HVIDEOPROCESSORINPUTVIEW unnamedParam2,
  D3D10DDI_HRESOURCE unnamedParam3
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_videoprocessorinputviewreadafterwritehazard)

PFND3D11_1DDI_VIDEOPROCESSORINPUTVIEWREADAFTERWRITEHAZARD callback function

Description

Notifies the display miniport driver that the VideoProcessorBlt function is about to be called to read from a specified input view resource for a video processor. This resource had previously been written to by either the VideoDecoderSubmitBuffers or the DecryptionBlt(D3D11_1) functions.

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

hView [in]

A handle to the driver's private data for the video processor input view that was created through a call to the CreateVideoProcessorInputView function.

unnamedParam3

hResource [in]

A handle to the driver's private data for an input view resource object. This handle is created though a call to the CreateVideoProcessorInputView function.

See also

CreateVideoProcessorInputView

DecryptionBlt(D3D11_1)