DXVAHDDDI_FILTER - NtDoc

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

typedef enum _DXVAHDDDI_FILTER {
  DXVAHDDDI_FILTER_BRIGHTNESS,
  DXVAHDDDI_FILTER_CONTRAST,
  DXVAHDDDI_FILTER_HUE,
  DXVAHDDDI_FILTER_SATURATION,
  DXVAHDDDI_FILTER_NOISE_REDUCTION,
  DXVAHDDDI_FILTER_EDGE_ENHANCEMENT,
  DXVAHDDDI_FILTER_ANAMORPHIC_SCALING
} DXVAHDDDI_FILTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-_dxvahdddi_filter)

_DXVAHDDDI_FILTER enumeration

Description

The DXVAHDDDI_FILTER enumeration contains values that identify the filter range, which the driver should retrieve when the driver's GetCaps function is called with the D3DDDICAPS_DXVAHD_GETVPFILTERRANGE value set.

Constants

DXVAHDDDI_FILTER_BRIGHTNESS

A value that specifies the filter range of the brightness ProcAmp.

DXVAHDDDI_FILTER_CONTRAST

A value that specifies the filter range of the contrast ProcAmp.

DXVAHDDDI_FILTER_HUE

A value that specifies the filter range of the hue ProcAmp.

DXVAHDDDI_FILTER_SATURATION

A value that specifies the filter range of the saturation ProcAmp.

DXVAHDDDI_FILTER_NOISE_REDUCTION

A value that specifies the filter range of the noise reduction filter.

DXVAHDDDI_FILTER_EDGE_ENHANCEMENT

A value that specifies the filter range of the edge enhancement filter.

DXVAHDDDI_FILTER_ANAMORPHIC_SCALING

A value that specifies that the filter range of anamorphic scaling.

See also

GetCaps