D3D12DDI_VIDEO_DECODE_COMPONENT_HISTOGRAM_0041 - NtDoc

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

typedef struct D3D12DDI_VIDEO_DECODE_COMPONENT_HISTOGRAM_0041 {
  UINT64             Offset;
  D3D12DDI_HRESOURCE hDrvBuffer;
} D3D12DDI_VIDEO_DECODE_COMPONENT_HISTOGRAM_0041;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_decode_component_histogram_0041)

D3D12DDI_VIDEO_DECODE_COMPONENT_HISTOGRAM_0041 structure

Description

Describes the histogram output buffer for a single component.

Members

Offset

The offset location in pBuffer to write the component histogram. Set to zero when this component is disabled.

Note This value must be 256-byte aligned.

hDrvBuffer

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