D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS - NtDoc

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

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS {
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_FILL = 0x1,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_CONSTRICTION = 0x2,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_LUMA_KEY = 0x4,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_PALETTE = 0x8,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_LEGACY = 0x10,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_STEREO = 0x20,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ROTATION = 0x40,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_STREAM = 0x80,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_PIXEL_ASPECT_RATIO = 0x100,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_MIRROR = 0x200,
  D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_SHADER_USAGE = 0x400,
  D3DWDDM2_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_METADATA_HDR10 = 0x800
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_processor_feature_caps)

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS enumeration

Description

Defines features that a Microsoft Direct3D 11 video processor can support.

Constants

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_FILL:0x1

The video processor can set alpha values on the output pixels. For more information, see VideoProcessorSetOutputAlphaFillMode.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_CONSTRICTION:0x2

The video processor can downsample the video output. For more information, see VideoProcessorSetOutputConstriction.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_LUMA_KEY:0x4

The video processor can perform luma keying. For more information, see VideoProcessorSetStreamLumaKey.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_PALETTE:0x8

The video processor can apply alpha values from color palette entries.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_LEGACY:0x10

The driver does not support the DXVA-HDDDI. If this capability flag is set, the video processor has the following limitations:

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_STEREO:0x20

The video processor can support 3-D stereo video. For more information, see VideoProcessorSetStreamStereoFormat.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ROTATION:0x40

The video processor is capable of rotating the input stream by 90, 180, or 270 degrees (clockwise).

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_STREAM:0x80

The video processor supports blending input streams using a per-stream alpha value.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_PIXEL_ASPECT_RATIO:0x100

The video processor supports explicit aspect ratios for the source and destination.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_MIRROR:0x200

Indicates that the driver supports VideoProcessorSetStreamMirror.

Supported starting with Windows 10.

D3D11_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_SHADER_USAGE:0x400

Indicates that the hardware can benefit from a hint as to whether a shader might be used to read the output of VideoProcessorBlt. This should only be set by hardware that support multi-plane overlays.

D3DWDDM2_1DDI_VIDEO_PROCESSOR_FEATURE_CAPS_METADATA_HDR10:0x800

Indicates that the driver will properly convert the video data based on the specified HDR10 metadata. Supported starting in Windows 10.

See also

VideoProcessorBlt

VideoProcessorSetOutputAlphaFillMode

VideoProcessorSetOutputConstriction

VideoProcessorSetStreamLumaKey

VideoProcessorSetStreamMirror

VideoProcessorSetStreamStereoFormat