Condividi tramite


enumerazione D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT (d3d10umddi.h)

Indici pratici per le matrici di informazioni sull'istogramma per ogni componente.

Sintassi

typedef enum D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT
{
    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y = 0,
    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_U = 1,
    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_V = 2,

    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_R = 0,
    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_G = 1,
    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_B = 2,

    D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_A = 3,
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT;

Costanti

 
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y
Se il formato è un formato YUV, indica un istogramma per il componente Y.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_U
Se il formato è un formato YUV, indica un istogramma per il componente U.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_V
Se il formato è un formato YUV, indica un istogramma per il componente V.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_R
Se il formato è un formato RGB/BGR, indica un istogramma per il componente R.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_G
Se il formato è un formato RGB/BGR, indica un istogramma per il componente G.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_B
Se il formato è un formato RGB/BGR, indica un istogramma per il componente B
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_A
Se il formato ha un canale alfa, indica un istogramma per il componente A

Requisiti

Requisito Valore
Intestazione d3d10umddi.h

Vedi anche

enumerazione D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS