Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
06183a08
Commit
06183a08
authored
Mar 25, 2010
by
Daniel(Qiang), Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add PowerVR IEP Lite related new display attributes
parent
5405c6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
src/va.h
src/va.h
+31
-0
No files found.
src/va.h
View file @
06183a08
...
@@ -1633,6 +1633,24 @@ typedef struct _VARectangle
...
@@ -1633,6 +1633,24 @@ typedef struct _VARectangle
* attributes are supported by the driver, and then set the appropriate attributes
* attributes are supported by the driver, and then set the appropriate attributes
* before calling vaPutSurface()
* 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
;
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
;
/* Currently defined display attribute types */
/* Currently defined display attribute types */
typedef
enum
typedef
enum
...
@@ -1652,6 +1670,19 @@ typedef enum
...
@@ -1652,6 +1670,19 @@ typedef enum
* to PutSurface.
* to PutSurface.
*/
*/
VADisplayAttribDirectSurface
=
5
,
VADisplayAttribDirectSurface
=
5
,
VADisplayAttribRotation
=
6
,
VADisplayAttribOutofLoopDeblock
=
7
,
/* PowerVR IEP Lite specific attributes */
VADisplayAttribBLEBlackMode
=
8
,
VADisplayAttribBLEWhiteMode
=
9
,
VADisplayAttribBlueStretch
=
10
,
VADisplayAttribSkinColorCorrection
=
11
,
VADisplayAttribCSCInputColorFormat
=
12
,
VADisplayAttribCSCHue
=
13
,
VADisplayAttribCSCSaturation
=
14
,
VADisplayAttribCSCBrightness
=
15
,
VADisplayAttribCSCContrast
=
16
,
}
VADisplayAttribType
;
}
VADisplayAttribType
;
/* flags for VADisplayAttribute */
/* flags for VADisplayAttribute */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment