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
e4f9b550
Commit
e4f9b550
authored
Jul 08, 2009
by
Gwenole Beauchesne
Committed by
Austin Yuan
Sep 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new H.264 fields for VDPAU backend.
Signed-off-by:
Austin Yuan
<
shengquan.yuan@intel.com
>
parent
98ed754f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/va.h
src/va.h
+8
-0
No files found.
src/va.h
View file @
e4f9b550
...
@@ -882,6 +882,7 @@ This is simplely a buffer containing raw bit-stream bytes
...
@@ -882,6 +882,7 @@ This is simplely a buffer containing raw bit-stream bytes
typedef
struct
_VAPictureH264
typedef
struct
_VAPictureH264
{
{
VASurfaceID
picture_id
;
VASurfaceID
picture_id
;
unsigned
int
frame_idx
;
unsigned
int
flags
;
unsigned
int
flags
;
unsigned
int
TopFieldOrderCnt
;
unsigned
int
TopFieldOrderCnt
;
unsigned
int
BottomFieldOrderCnt
;
unsigned
int
BottomFieldOrderCnt
;
...
@@ -915,6 +916,10 @@ typedef struct _VAPictureParameterBufferH264
...
@@ -915,6 +916,10 @@ typedef struct _VAPictureParameterBufferH264
unsigned
char
mb_adaptive_frame_field_flag
:
1
;
unsigned
char
mb_adaptive_frame_field_flag
:
1
;
unsigned
char
direct_8x8_inference_flag
:
1
;
unsigned
char
direct_8x8_inference_flag
:
1
;
unsigned
char
MinLumaBiPredSize8x8
:
1
;
/* see A.3.3.2 */
unsigned
char
MinLumaBiPredSize8x8
:
1
;
/* see A.3.3.2 */
unsigned
int
log2_max_frame_num_minus4
:
4
;
unsigned
int
pic_order_cnt_type
:
2
;
unsigned
int
log2_max_pic_order_cnt_lsb_minus4
:
4
;
unsigned
int
delta_pic_order_always_zero_flag
:
1
;
}
bits
;
}
bits
;
unsigned
char
value
;
unsigned
char
value
;
}
seq_fields
;
}
seq_fields
;
...
@@ -931,6 +936,9 @@ typedef struct _VAPictureParameterBufferH264
...
@@ -931,6 +936,9 @@ typedef struct _VAPictureParameterBufferH264
unsigned
char
transform_8x8_mode_flag
:
1
;
unsigned
char
transform_8x8_mode_flag
:
1
;
unsigned
char
field_pic_flag
:
1
;
unsigned
char
field_pic_flag
:
1
;
unsigned
char
constrained_intra_pred_flag
:
1
;
unsigned
char
constrained_intra_pred_flag
:
1
;
unsigned
int
pic_order_present_flag
:
1
;
unsigned
int
deblocking_filter_control_present_flag
:
1
;
unsigned
int
redundant_pic_cnt_present_flag
:
1
;
}
bits
;
}
bits
;
unsigned
char
value
;
unsigned
char
value
;
}
pic_fields
;
}
pic_fields
;
...
...
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