From 6b8e093901aea9e7719dfbdba3dc5dd07232f166 Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Wed, 29 Feb 2012 21:34:06 -0800 Subject: [PATCH] VADisplayAttribBLEMode: drop it since no implementation for it Signed-off-by: Austin Yuan --- va/va.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/va/va.h b/va/va.h index 0c3a3ad..8a2dae2 100644 --- a/va/va.h +++ b/va/va.h @@ -2214,15 +2214,6 @@ typedef struct _VARectangle * attributes are supported by the driver, and then set the appropriate attributes * before calling vaPutSurface() */ -/* PowerVR IEP Lite attributes */ -typedef enum -{ - VADISPLAYATTRIB_BLE_OFF = 0x00, - VADISPLAYATTRIB_BLE_LOW, - VADISPLAYATTRIB_BLE_MEDIUM, - VADISPLAYATTRIB_BLE_HIGH, - VADISPLAYATTRIB_BLE_NONE, -} VADisplayAttribBLEMode; /* attribute value for VADisplayAttribRotation */ #define VA_ROTATION_NONE 0x00000000 @@ -2274,11 +2265,6 @@ typedef enum VADisplayAttribRotation = 6, VADisplayAttribOutofLoopDeblock = 7, - /* PowerVR IEP Lite specific attributes */ - VADisplayAttribBLEBlackMode = 8, - VADisplayAttribBLEWhiteMode = 9, - VADisplayAttribBlueStretch = 10, - VADisplayAttribSkinColorCorrection = 11, /* * For type VADisplayAttribCSCMatrix, "value" field is a pointer to the color * conversion matrix. Each element in the matrix is float-point -- 2.7.4