Skip to content

Commit

Permalink
Added Q416 fourcc (three-plane 16-bit YUV 4:4:4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesword53 authored and XinfengZhang committed Sep 13, 2023
1 parent faeff03 commit aae6fc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions va/va.h
Original file line number Diff line number Diff line change
Expand Up @@ -4583,6 +4583,11 @@ VAStatus vaSyncBuffer(
* Four bytes per pixel: X, Y, U, V.
*/
#define VA_FOURCC_XYUV 0x56555958
/** Q416: three-plane 16-bit YUV 4:4:4.
*
* The three planes contain Y, U and V respectively.
*/
#define VA_FOURCC_Q416 0x36313451

/* byte order */
#define VA_LSB_FIRST 1
Expand Down

0 comments on commit aae6fc7

Please sign in to comment.