D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS - NtDoc

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

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS {
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_22,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2224,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2332,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32322,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_55,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_64,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_87,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223,
  D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS enumeration

Description

Specifies the inverse telecine (IVTC) capabilities of a video processor.

Constants

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32

The video processor can reverse 3:2 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_22

The video processor can reverse 2:2 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2224

The video processor can reverse 2:2:2:4 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2332

The video processor can reverse 2:3:3:2 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32322

The video processor can reverse 3:2:3:2:2 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_55

The video processor can reverse 5:5 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_64

The video processor can reverse 6:4 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_87

The video processor can reverse 8:7 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223

The video processor can reverse 2:2:2:2:2:2:2:2:2:2:2:3 pulldown.

D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER

The video processor can reverse other telecine modes not listed here.