Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains decode histogram output buffer information such as decode profile, resolution, and format.
Syntax
typedef struct D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM {
UINT Offset;
D3D10DDI_HRESOURCE hBuffer;
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM;
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.
Requirements
Requirement | Value |
---|---|
Header | d3d10umddi.h |