Define_colordepth_constants
[Constants and Definitions]


Defines

#define ADL_CONNPROP_S3D_ALTERNATE_TO_FRAME_PACK   0x00000001
#define ADL_COLORDEPTH_UNKNOWN   0
 Indicates if color depth is unknown.
#define ADL_COLORDEPTH_666   1
 Indicates if color depth is 666.
#define ADL_COLORDEPTH_888   2
 Indicates if color depth is 888.
#define ADL_COLORDEPTH_101010   3
 Indicates if color depth is 101010.
#define ADL_COLORDEPTH_121212   4
 Indicates if color depth is 121212.
#define ADL_COLORDEPTH_141414   5
 Indicates if color depth is 141414.
#define ADL_COLORDEPTH_161616   6
 Indicates if color depth is 161616.
#define ADL_COLOR_DEPTH_DEF   ADL_COLORDEPTH_888
 Indicates default value of color depth.

Detailed Description

These defines are the color depth constants which will be used in DP & etc.

Define Documentation

#define ADL_CONNPROP_S3D_ALTERNATE_TO_FRAME_PACK   0x00000001

#define ADL_COLORDEPTH_UNKNOWN   0

Indicates if color depth is unknown.

#define ADL_COLORDEPTH_666   1

Indicates if color depth is 666.

#define ADL_COLORDEPTH_888   2

Indicates if color depth is 888.

#define ADL_COLORDEPTH_101010   3

Indicates if color depth is 101010.

#define ADL_COLORDEPTH_121212   4

Indicates if color depth is 121212.

#define ADL_COLORDEPTH_141414   5

Indicates if color depth is 141414.

#define ADL_COLORDEPTH_161616   6

Indicates if color depth is 161616.

#define ADL_COLOR_DEPTH_DEF   ADL_COLORDEPTH_888

Indicates default value of color depth.


Copyright © 2009-2016 Advanced Micro Devices, Inc. All rights reserved.