Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.3 KB

nc-d3d12umddi-pfnd3d12ddi_video_process_frame_0032.md

File metadata and controls

71 lines (55 loc) · 2.3 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_VIDEO_PROCESS_FRAME_0032
PFND3D12DDI_VIDEO_PROCESS_FRAME_0032 (d3d12umddi.h)
Used to process a video frame.
display\pfnd3d12ddi_video_process_frame_0032.htm
04/16/2018
PFND3D12DDI_VIDEO_PROCESS_FRAME_0032 callback function
PFND3D12DDI_VIDEO_PROCESS_FRAME_0032, PFND3D12DDI_VIDEO_PROCESS_FRAME_0032 callback, PFND3D12DDI_VIDEO_PROCESS_FRAME_0032 callback function [Display Devices], d3d12umddi/PFND3D12DDI_VIDEO_PROCESS_FRAME_0032, display.pfnd3d12ddi_video_process_frame_0032
d3d12umddi.h
Windows
Windows
display
PFND3D12DDI_VIDEO_PROCESS_FRAME_0032
d3d12umddi/PFND3D12DDI_VIDEO_PROCESS_FRAME_0032
APIRef
kbSyntax
UserDefined
d3d12umddi.h
PFND3D12DDI_VIDEO_PROCESS_FRAME_0032

PFND3D12DDI_VIDEO_PROCESS_FRAME_0032 callback function

-description

Performs a video processing operation on one or more input samples and writes the result to an output surface

-parameters

-param hDrvCommandList

The command list used to record this process frames command.

-param hDrvVideoProcessor

The video processor instance to use for this video process call. The video processor holds state for a video processing session, including required intermediate memory, cached processing data, or other temporary working space.

-param pOutputParameters

The output arguments for the video process. The available parameters are in the D3D12DDIARG_VIDEO_PROCESS_OUTPUT_STREAM_ARGUMENTS structure.

-param pInputStreamParameters

Specifies an array of input parameters. The available parameters are in the D3D12DDIARG_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS structure.

-param NumInputStreams

The count of input streams.