D3D11_1DDI_VIDEO_PROCESSOR_FILTER - NtDoc

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

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FILTER {
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_BRIGHTNESS,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CONTRAST,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_HUE,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_SATURATION,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_NOISE_REDUCTION,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_EDGE_ENHANCEMENT,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_ANAMORPHIC_SCALING,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_STEREO_ADJUSTMENT
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_processor_filter)

D3D11_1DDI_VIDEO_PROCESSOR_FILTER enumeration

Description

Identifies a video processor filter.

Constants

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_BRIGHTNESS

Brightness filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CONTRAST

Contrast filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_HUE

Hue filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_SATURATION

Saturation filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_NOISE_REDUCTION

Noise reduction filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_EDGE_ENHANCEMENT

Edge enhancement filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_ANAMORPHIC_SCALING

Anamorphic scaling filter.

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_STEREO_ADJUSTMENT

Stereo adjustment filter. When stereo 3-D video is enabled, this filter adjusts the offset between the left and right views, allowing the user to reduce potential eye strain.

The filter value indicates the amount by which the left and right views are adjusted. A positive value shifts the images away from each other: the left image toward the left, and the right image toward the right. A negative value shifts the images in the opposite directions, closer to each other.