OUTPUT_COLOR_ENCODING - NtDoc

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

typedef enum _OUTPUT_COLOR_ENCODING {
  OUTPUT_COLOR_ENCODING_RGB,
  OUTPUT_COLOR_ENCODING_YCBCR444,
  OUTPUT_COLOR_ENCODING_YCBCR422,
  OUTPUT_COLOR_ENCODING_YCBCR420,
  OUTPUT_COLOR_ENCODING_INTENSITY,
  OUTPUT_COLOR_ENCODING_FORCE_UINT32
} OUTPUT_COLOR_ENCODING;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddvdeo-output_color_encoding)

OUTPUT_COLOR_ENCODING enumeration

Description

Output color encoding.

Constants

OUTPUT_COLOR_ENCODING_RGB

RGB.

OUTPUT_COLOR_ENCODING_YCBCR444

YCBCR444.

OUTPUT_COLOR_ENCODING_YCBCR422

YCBCR422.

OUTPUT_COLOR_ENCODING_YCBCR420

YCBCR420.

OUTPUT_COLOR_ENCODING_INTENSITY

Intensity.

OUTPUT_COLOR_ENCODING_FORCE_UINT32

Uint32.

Remarks

See also