enumeración D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT (d3d12video.h)
Especifica índices para matrices de información de histograma por componente.
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 el formato es un formato YUV, indica un histograma para el componente Y. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_U Si el formato es un formato YUV, indica un histograma para el componente U. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_V Si el formato es un formato YUV, indica un histograma para el componente V. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_R Si el formato es un formato RGB/BGR, indica un histograma para el componente de R. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_G Si el formato es un formato RGB/BGR, indica un histograma para el componente G. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_B Si el formato es un formato RGB/BGR, indica un histograma para el componente B. |
D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_A Si el formato tiene un canal alfa, indica un histograma para el componente A. |
Comentarios
El D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS es la enumeración de marcas usada por D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM para permitirle especificar uno o varios componentes para los que se consultan los datos del histograma.
Requisitos
Requisito | Valor |
---|---|
Header | d3d12video.h |