Commit 5f2030ba authored by Xiang, Haihao's avatar Xiang, Haihao

add scaling flags for vaPutSurface()

Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent 6772bdb4
......@@ -146,6 +146,13 @@ typedef int VAStatus; /* Return status type from functions */
#define VA_SRC_BT601 0x00000010
#define VA_SRC_BT709 0x00000020
/* Scaling flags for vaPutSurface() */
#define VA_FILTER_SCALING_DEFAULT 0x00000000
#define VA_FILTER_SCALING_FAST 0x00000100
#define VA_FILTER_SCALING_HQ 0x00000200
#define VA_FILTER_SCALING_NL_ANAMORPHIC 0x00000300
#define VA_FILTER_SCALING_MASK 0x00000f00
/*
* Returns a short english description of error_status
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment