Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies convenience indices for arrays of per component histogram information.
Syntax
typedef enum D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041 {
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_Y,
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_U,
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_V,
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_R,
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_G,
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_B,
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_A
} ;
Constants
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_YIf the format is a YUV format, indicates a histogram for the Y component. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_UIf the format is a YUV format, indicates a histogram for the U component. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_VIf the format is a YUV format, indicates a histogram for the V component. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_RIf the format is an RGB/BGR format, indicates a histogram for the R component. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_GIf the format is an RGB/BGR format, indicates a histogram for the G component. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_BIf the format is an RGB/BGR format, indicates a histogram for the B component. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_AIf the has an alpha channel, indicates a histogram for the A component. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h |