D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041-Enumeration (d3d12umddi.h)
Gibt komfortbasierte Indizes für Arrays von Histogramminformationen pro Komponente an.
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
} ;
Konstanten
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_Y Wenn das Format ein YUV-Format ist, gibt ein Histogramm für die Y-Komponente an. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_U Wenn das Format ein YUV-Format ist, gibt ein Histogramm für die U-Komponente an. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_V Wenn das Format ein YUV-Format ist, gibt ein Histogramm für die V-Komponente an. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_R Wenn das Format ein RGB/BGR-Format ist, gibt ein Histogramm für die R-Komponente an. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_G Wenn das Format ein RGB/BGR-Format ist, gibt ein Histogramm für die G-Komponente an. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_B Wenn das Format ein RGB/BGR-Format ist, gibt ein Histogramm für die B-Komponente an. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_A Wenn über einen Alphakanal verfügt, gibt ein Histogramm für die A-Komponente an. |
Anforderungen
Anforderung | Wert |
---|---|
Header | d3d12umddi.h |