énumération D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT (d3d12video.h)
Spécifie des index pour les tableaux d’informations d’histogramme par composant.
Syntax
typedef enum D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT {
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_Y,
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_U,
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_V,
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_R,
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_G,
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_B,
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_A
} ;
Constantes
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_Y Si le format est un format YUV, indique un histogramme pour le composant Y. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_U Si le format est un format YUV, indique un histogramme pour le composant U. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_V Si le format est un format YUV, indique un histogramme pour le composant V. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_R Si le format est un format RVB/BGR, indique un histogramme pour le composant R. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_G Si le format est un format RVB/BGR, indique un histogramme pour le composant G. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_B Si le format est un format RVB/BGR, indique un histogramme pour le composant B. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_A Si le format a un canal alpha, indique un histogramme pour le composant A. |
Remarques
Le D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS est l’énumération d’indicateurs utilisée par D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM pour vous permettre de spécifier un ou plusieurs composants pour lesquels les données d’histogramme sont interrogées.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | d3d12video.h |