D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM {
  UINT               Offset;
  D3D10DDI_HRESOURCE hBuffer;
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3dwddm2_4ddi_video_decoder_histogram)

D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM structure

Description

Contains decode histogram output buffer information such as decode profile, resolution, and format.

Members

Offset

The offset location in hBuffer to write the component histogram.

hBuffer

The target buffer for hardware to write the components histogram. Set to a nullptr when the component histogram is disabled.

Remarks

See also