Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.01 KB

nc-d3d12umddi-pfnd3d12ddi_calcprivatevideodecodersize_0032.md

File metadata and controls

67 lines (53 loc) · 2.01 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d12umddi.PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 (d3d12umddi.h)
The PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 callback function calculates the size of a video decoder.
display\pfnd3d12ddi_calcprivatevideodecodersize_0032.htm
04/16/2018
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 callback function
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032, PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 entry, PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 entry point [Display Devices], d3d12umddi/PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032, display.pfnd3d12ddi_calcprivatevideodecodersize_0032
d3d12umddi.h
Windows
Windows 10
Windows Server 2016
Windows
display
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032
d3d12umddi/PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032
APIRef
kbSyntax
UserDefined
d3d12umddi.h
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032

PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 callback function

-description

Used to calculate the size of a video decoder. The D3D runtime allocates memory for storing the drivers CPU object representing the video decoder.

-parameters

-param hDrvDevice

The hardware device being processed.

-param pArgs [in]

The arguments used to create a video decoder.

-returns

Returns the size of the video decoder in bytes.

-remarks

The runtime allocates memory for storing the driver CPU object that represents the video decoder. This method is used to calculate the driver object size.