PFND3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_0053 - NtDoc

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

PFND3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_0053 Pfnd3d12ddiResolveVideoMotionVectorHeap0053;

VOID Pfnd3d12ddiResolveVideoMotionVectorHeap0053(
  D3D12DDI_HCOMMANDLIST hDrvCommandList,
  const D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_OUTPUT_0053 *pOutputArguments,
  const D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT_0053 *pInputArguments
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_resolve_video_motion_vector_heap_0053)

PFND3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_0053 callback function

Description

Takes a standard resource buffer as input and resolves it to the API specified format.

Parameters

hDrvCommandList

A handle to the driver command list.

pOutputArguments

Pointer to a D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_OUTPUT_0053 structure containing output arguments.

pInputArguments

Pointer to a D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT_0053 structure containing input arguments.

Prototype

//Declaration

PFND3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_0053 Pfnd3d12ddiResolveVideoMotionVectorHeap0053;

// Definition

VOID Pfnd3d12ddiResolveVideoMotionVectorHeap0053
(
    D3D12DDI_HCOMMANDLIST hDrvCommandList
    CONST D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_OUTPUT_0053 *pOutputArguments
    CONST D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT_0053 *pInputArguments
)
{...}

Remarks

The resolve operation is expected to be a light-weight translation of hardware dependent output to the API specified format.

See also