enumeración D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041 (d3d12umddi.h)
Especifica índices de conveniencia para matrices de información de histograma por componente.
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
} ;
Constantes
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_Y Si el formato es un formato YUV, indica un histograma para el componente Y. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_U Si el formato es un formato YUV, indica un histograma para el componente U. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_V Si el formato es un formato YUV, indica un histograma para el componente V. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_R Si el formato es un formato RGB/BGR, indica un histograma para el componente de R. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_G Si el formato es un formato RGB/BGR, indica un histograma para el componente G. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_B Si el formato es un formato RGB/BGR, indica un histograma para el componente B. |
D3D12DDI_VIDEO_DECODE_HISTOGRAM_COMPONENT_0041_A Si tiene un canal alfa, indica un histograma para el componente A. |
Requisitos
Requisito | Valor |
---|---|
Header | d3d12umddi.h |