Commit 4fdedfcb authored by Austin Yuan's avatar Austin Yuan

Remove VADisplayAttribCSCFormat

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent 68a36221
...@@ -145,6 +145,7 @@ typedef int VAStatus; /* Return status type from functions */ ...@@ -145,6 +145,7 @@ typedef int VAStatus; /* Return status type from functions */
/* Color space conversion flags for vaPutSurface() */ /* Color space conversion flags for vaPutSurface() */
#define VA_SRC_BT601 0x00000010 #define VA_SRC_BT601 0x00000010
#define VA_SRC_BT709 0x00000020 #define VA_SRC_BT709 0x00000020
#define VA_SRC_SMPTE_240 0x00000040
/* Scaling flags for vaPutSurface() */ /* Scaling flags for vaPutSurface() */
#define VA_FILTER_SCALING_DEFAULT 0x00000000 #define VA_FILTER_SCALING_DEFAULT 0x00000000
...@@ -1692,15 +1693,6 @@ typedef enum ...@@ -1692,15 +1693,6 @@ typedef enum
VADISPLAYATTRIB_BLE_NONE, VADISPLAYATTRIB_BLE_NONE,
} VADisplayAttribBLEMode; } VADisplayAttribBLEMode;
typedef enum
{
VADISPLAYATTRIB_CSC_FORMAT_YCC_BT601 = 0x00,
VADISPLAYATTRIB_CSC_FORMAT_YCC_BT709,
VADISPLAYATTRIB_CSC_FORMAT_YCC_SMPTE_240,
VADISPLAYATTRIB_CSC_FORMAT_RGB,
VADISPLAYATTRIB_CSC_FORMAT_NONE,
} VADisplayAttribCSCFormat;
/* attribute value for VADisplayAttribRotation */ /* attribute value for VADisplayAttribRotation */
#define VA_ROTATION_NONE 0x00000000 #define VA_ROTATION_NONE 0x00000000
#define VA_ROTATION_90 0x00000001 #define VA_ROTATION_90 0x00000001
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment