video_common: Added pixels per clock 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
eb14ad87ac
commit
dd2562b850
1 changed files with 8 additions and 0 deletions
|
@ -227,6 +227,14 @@ typedef enum {
|
|||
XVID_BPC_UNKNOWN
|
||||
} XVid_DataWidth;
|
||||
|
||||
/* Pixels per clock. */
|
||||
typedef enum {
|
||||
XVID_PPC_1 = 1,
|
||||
XVID_PPC_2 = 2,
|
||||
XVID_PPC_4 = 4,
|
||||
XVID_PPC_NUM_SUPPORTED = 3,
|
||||
} XVid_DataWidth;
|
||||
|
||||
/* Color space and chroma format. */
|
||||
typedef enum {
|
||||
XVID_CS_RGB = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue