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
35fb980b
Commit
35fb980b
authored
Jul 20, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment describing when to send picture parameters
parent
9c742fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
src/va.h
src/va.h
+19
-0
No files found.
src/va.h
View file @
35fb980b
...
...
@@ -375,6 +375,10 @@ typedef enum
****************************/
/* MPEG-2 Picture Parameter Buffer */
/*
* For each frame or field, and before any slice data, a single
* picture parameter buffer must be send.
*/
typedef
struct
_VAPictureParameterBufferMPEG2
{
unsigned
short
horizontal_size
;
...
...
@@ -494,6 +498,10 @@ typedef struct _VAMacroblockParameterBufferMPEG2
****************************/
/* MPEG-4 Picture Parameter Buffer */
/*
* For each frame or field, and before any slice data, a single
* picture parameter buffer must be send.
*/
typedef
struct
_VAPictureParameterBufferMPEG4
{
unsigned
short
vop_width
;
...
...
@@ -565,6 +573,13 @@ typedef struct _VASliceParameterBufferMPEG4
*/
/* VC-1 Picture Parameter Buffer */
/*
* For each picture, and before any slice data, a picture parameter
* buffer must be send. Multiple picture parameter buffers may be
* sent for a single picture. In that case picture parameters will
* apply to all slice data that follow it until a new picture
* parameter buffer is sent.
*/
typedef
struct
_VAPictureParameterBufferVC1
{
VASurfaceID
forward_reference_picture
;
...
...
@@ -712,6 +727,10 @@ typedef struct _VAPictureH264
#define VA_PICTURE_H264_USED_AS_REFERENCE 0x00000020
/* H.264 Picture Parameter Buffer */
/*
* For each picture, and before any slice data, a single
* picture parameter buffer must be send.
*/
typedef
struct
_VAPictureParameterBufferH264
{
VAPictureH264
CurrPic
;
...
...
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