D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS_0041 - NtDoc

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

typedef enum D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS_0041 {
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_NONE,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_Y,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_U,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_V,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_R,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_G,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_B,
  D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_A
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_video_decode_histogram_component_flags_0041)

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS_0041 enumeration

Description

Flags for indicating a subset of components used with video decode histogram.

Constants

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_NONE

No associated component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_Y

If the format is a YUV format, indicates the Y component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_U

If the format is a YUV format, indicates the U component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_V

If the format is a YUV format, indicates the V component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_R

If the format is an RGB/BGR format, indicates the Y component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_G

If the format is an RGB/BGR format, indicates the G component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_B

If the format is an RGB/BGR format, indicates the B component.

D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_0041_A

If the format has an alpha channel, indicates the A component.