video_common: Added color space and chroma format enumeration.
Signed-off-by: Rohit Consul <rohit.consul@xilinx.com> Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
c4eb0ecff4
commit
dcec31126a
1 changed files with 9 additions and 0 deletions
|
@ -208,6 +208,15 @@ typedef enum {
|
|||
XVID_NUM_SUPPORTED_BPC = 5
|
||||
} XVid_DataWidth;
|
||||
|
||||
/* Color space and chroma format. */
|
||||
typedef enum {
|
||||
XVID_RGB = 0,
|
||||
XVID_YCRCB_444,
|
||||
XVID_YCRCB_422,
|
||||
XVID_YCRCB_420,
|
||||
XVID_NUM_SUPPORTED_CHROMA_FORMAT
|
||||
} XVid_ColorFormat;
|
||||
|
||||
/****************************** Type Definitions ******************************/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue